aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/AsmToJSON.ml
diff options
context:
space:
mode:
Diffstat (limited to 'powerpc/AsmToJSON.ml')
-rw-r--r--powerpc/AsmToJSON.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/powerpc/AsmToJSON.ml b/powerpc/AsmToJSON.ml
index d46b7849..cae41e13 100644
--- a/powerpc/AsmToJSON.ml
+++ b/powerpc/AsmToJSON.ml
@@ -300,7 +300,7 @@ let p_int_opt oc = function
let p_fundef oc (name,f) =
- if not (is_inline_function name) then begin
+ if not (atom_is_iso_inline_definition name) then begin
let alignment = atom_alignof name
and inline = atom_is_inline name
and static = atom_is_static name