aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/C2Clight.ml
diff options
context:
space:
mode:
Diffstat (limited to 'cfrontend/C2Clight.ml')
-rw-r--r--cfrontend/C2Clight.ml6
1 files changed, 3 insertions, 3 deletions
diff --git a/cfrontend/C2Clight.ml b/cfrontend/C2Clight.ml
index 614ad770..6fc9b5ca 100644
--- a/cfrontend/C2Clight.ml
+++ b/cfrontend/C2Clight.ml
@@ -840,16 +840,16 @@ let builtins_generic = {
"__builtin_volatile_write_float64",
(TVoid [], [TPtr(TVoid [], []); TFloat(FDouble, [])], false);
"__builtin_volatile_write_pointer",
- (TVoid [], [TPtr(TVoid [], []); TPtr(TVoid [], [])], false)
+ (TVoid [], [TPtr(TVoid [], []); TPtr(TVoid [], [])], false);
(* Block copy *)
"__builtin_memcpy",
- (TPtr(TVoid [], []),
+ (TVoid [],
[TPtr(TVoid [], []);
TPtr(TVoid [AConst], []);
TInt(Cutil.size_t_ikind, [])],
false);
"__builtin_memcpy_words",
- (TPtr(TVoid [], []),
+ (TVoid [],
[TPtr(TVoid [], []);
TPtr(TVoid [AConst], []);
TInt(Cutil.size_t_ikind, [])],