From 6839592ea7e2d0e29993ff36acb3505c4499aaa7 Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Fri, 7 Apr 2017 16:51:22 +0200 Subject: Fix name of function. Bug 21378 --- powerpc/AsmToJSON.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'powerpc/AsmToJSON.ml') 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 -- cgit