aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ia32/PrintAsm.ml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ia32/PrintAsm.ml b/ia32/PrintAsm.ml
index 036dbda8..2bcd8daf 100644
--- a/ia32/PrintAsm.ml
+++ b/ia32/PrintAsm.ml
@@ -80,7 +80,7 @@ module Cygwin_System =
let raw_symbol oc s =
fprintf oc "_%s" s
- let symbol oc s =
+ let symbol oc symb =
raw_symbol oc (extern_atom symb)
let label oc lbl =
@@ -129,7 +129,7 @@ module ELF_System =
let raw_symbol oc s =
fprintf oc "%s" s
- let symbol oc s =
+ let symbol oc symb =
raw_symbol oc (extern_atom symb)
let label oc lbl =
@@ -182,7 +182,7 @@ module MacOS_System =
let raw_symbol oc s =
fprintf oc "_%s" s
- let symbol oc s =
+ let symbol oc symb =
raw_symbol oc (extern_atom symb)
let label oc lbl =