From 3c4f1377395494e8f706b829d0b69e9c33b6a5b8 Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Tue, 7 Jun 2016 15:28:35 +0200 Subject: fix '__builtin_annot_val' to '__builtin_annot_intval', such that CompCert can parse its own .compcert.c output, bug 18060 --- arm/Asmexpand.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm/Asmexpand.ml') diff --git a/arm/Asmexpand.ml b/arm/Asmexpand.ml index 79f06991..8aef64e4 100644 --- a/arm/Asmexpand.ml +++ b/arm/Asmexpand.ml @@ -82,7 +82,7 @@ let expand_annot_val txt targ args res = | [BA(FR src)], BR(FR dst) -> if dst <> src then emit (Pfcpyd (dst,src)) | _, _ -> - raise (Error "ill-formed __builtin_annot_val") + raise (Error "ill-formed __builtin_annot_intval") (* Handling of memcpy *) -- cgit