diff options
author | gingold | 2006-10-02 04:20:13 +0000 |
---|---|---|
committer | gingold | 2006-10-02 04:20:13 +0000 |
commit | 4562a047d324729789ba826c77e92c14dcb5d781 (patch) | |
tree | 56dcef5b5762780ddba66cc2d02b812fd7a27a94 /ortho/mcode/ortho_code-sysdeps.adb | |
parent | 17450f134e39ffa345eab48dd9aec6127a893946 (diff) | |
download | ghdl-4562a047d324729789ba826c77e92c14dcb5d781.tar.gz ghdl-4562a047d324729789ba826c77e92c14dcb5d781.tar.bz2 ghdl-4562a047d324729789ba826c77e92c14dcb5d781.zip |
use __chkstk on windows system
Diffstat (limited to 'ortho/mcode/ortho_code-sysdeps.adb')
-rw-r--r-- | ortho/mcode/ortho_code-sysdeps.adb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ortho/mcode/ortho_code-sysdeps.adb b/ortho/mcode/ortho_code-sysdeps.adb new file mode 100644 index 0000000..c5e0629 --- /dev/null +++ b/ortho/mcode/ortho_code-sysdeps.adb @@ -0,0 +1,6 @@ +package body Ortho_Code.Sysdeps is + procedure Init is + begin + null; + end Init; +end Ortho_Code.Sysdeps; |