aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/AsmToJSON.ml
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2017-04-07 16:51:22 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2017-04-07 16:51:22 +0200
commit6839592ea7e2d0e29993ff36acb3505c4499aaa7 (patch)
tree5ba544198863cc89921b5eefcf7baa48172fe54d /powerpc/AsmToJSON.ml
parent6cfc4dac7a8962bc49b88c9cb75156c7b6abd5c1 (diff)
downloadcompcert-kvx-6839592ea7e2d0e29993ff36acb3505c4499aaa7.tar.gz
compcert-kvx-6839592ea7e2d0e29993ff36acb3505c4499aaa7.zip
Fix name of function. Bug 21378
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