summaryrefslogtreecommitdiff
path: root/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'powerpc')
-rw-r--r--powerpc/PrintAsm.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/powerpc/PrintAsm.ml b/powerpc/PrintAsm.ml
index b823268..ab8b4f3 100644
--- a/powerpc/PrintAsm.ml
+++ b/powerpc/PrintAsm.ml
@@ -963,6 +963,8 @@ let instr_size = function
if sz <= 64 then (sz / 4) * 2 + 6 else 11
| EF_annot_val(txt, targ) ->
0
+ | EF_inline_asm txt ->
+ 8 (* reasonable? default *)
| _ ->
assert false
end