Bad commit?!
New make
This commit is contained in:
parent
385fa07884
commit
14297c8408
|
@ -288,9 +288,9 @@ AMX_FLAG_RELOC equ 8000h ; jump/call addresses relocated
|
||||||
; in the Masm implementation, since it only does two passes. This macro is
|
; in the Masm implementation, since it only does two passes. This macro is
|
||||||
; called *after* the code for each Small instruction.
|
; called *after* the code for each Small instruction.
|
||||||
%macro CHECKCODESIZE 1
|
%macro CHECKCODESIZE 1
|
||||||
; %if MAXCODESIZE < $-%1
|
%if MAXCODESIZE < $-%1
|
||||||
; %assign MAXCODESIZE $-%1
|
%assign MAXCODESIZE $-%1
|
||||||
; %endif
|
%endif
|
||||||
%endmacro
|
%endmacro
|
||||||
|
|
||||||
;
|
;
|
||||||
|
@ -1989,6 +1989,7 @@ err_stacklow:
|
||||||
|
|
||||||
_CHKMARGIN_STACK: ; some run-time check routines
|
_CHKMARGIN_STACK: ; some run-time check routines
|
||||||
cmp esp,stp
|
cmp esp,stp
|
||||||
|
lea ebp,[esp-STACKRESERVE]
|
||||||
jg err_stacklow
|
jg err_stacklow
|
||||||
sub ebp,edi
|
sub ebp,edi
|
||||||
cmp hea,ebp
|
cmp hea,ebp
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user