aboutsummaryrefslogtreecommitdiff
path: root/src/boot/llvm/llasm.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/llvm/llasm.ml')
-rw-r--r--src/boot/llvm/llasm.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/llvm/llasm.ml b/src/boot/llvm/llasm.ml
index 071e0bd6..67f02517 100644
--- a/src/boot/llvm/llasm.ml
+++ b/src/boot/llvm/llasm.ml
@@ -26,7 +26,7 @@ let x86_glue
let (prefix,align) =
match sess.Session.sess_targ with
Linux_x86_elf
- | Win32_x86_pe -> ("",4)
+ | Win32_x86_pe -> ("_",4)
| MacOS_x86_macho -> ("_", 16)
in
let save_callee_saves =