diff options
Diffstat (limited to 'ortho/mcode/ortho_code-x86-emits.ads')
-rw-r--r-- | ortho/mcode/ortho_code-x86-emits.ads | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ortho/mcode/ortho_code-x86-emits.ads b/ortho/mcode/ortho_code-x86-emits.ads index dbad1c12f..9ddb43ee5 100644 --- a/ortho/mcode/ortho_code-x86-emits.ads +++ b/ortho/mcode/ortho_code-x86-emits.ads @@ -31,5 +31,6 @@ package Ortho_Code.X86.Emits is Intrinsics_Symbol : Intrinsic_Symbols_Map; Mcount_Symbol : Symbol; + Chkstk_Symbol : Symbol; end Ortho_Code.X86.Emits; |