summaryrefslogtreecommitdiff
path: root/ortho/mcode/ortho_code-x86-emits.adb
diff options
context:
space:
mode:
authorgingold2006-10-05 00:23:04 +0000
committergingold2006-10-05 00:23:04 +0000
commitdad8fb6d64a2b12a7b929f1c63b7dfd6b177b3ea (patch)
treebd019af73d62d78d90c68755f35b6986567c004f /ortho/mcode/ortho_code-x86-emits.adb
parent7a57404e5337453db969bf8f51cad9fa7f4c1913 (diff)
downloadghdl-dad8fb6d64a2b12a7b929f1c63b7dfd6b177b3ea.tar.gz
ghdl-dad8fb6d64a2b12a7b929f1c63b7dfd6b177b3ea.tar.bz2
ghdl-dad8fb6d64a2b12a7b929f1c63b7dfd6b177b3ea.zip
add one more underscore to chkstk, use program path for install path (windows)
Diffstat (limited to 'ortho/mcode/ortho_code-x86-emits.adb')
-rw-r--r--ortho/mcode/ortho_code-x86-emits.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ortho/mcode/ortho_code-x86-emits.adb b/ortho/mcode/ortho_code-x86-emits.adb
index 97f3896..85327fd 100644
--- a/ortho/mcode/ortho_code-x86-emits.adb
+++ b/ortho/mcode/ortho_code-x86-emits.adb
@@ -2243,7 +2243,7 @@ package body Ortho_Code.X86.Emits is
end if;
if X86.Flags.Flag_Alloca_Call then
- Chkstk_Symbol := Create_Symbol (Get_Identifier ("__chkstk"));
+ Chkstk_Symbol := Create_Symbol (Get_Identifier ("___chkstk"));
end if;
Intrinsics_Symbol (Intrinsic_Mul_Ov_U64) :=