Bad commit?!

New make
This commit is contained in:
David Anderson 2004-09-01 15:56:31 +00:00
parent 385fa07884
commit 14297c8408
2 changed files with 4 additions and 3 deletions

View File

@ -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
; called *after* the code for each Small instruction.
%macro CHECKCODESIZE 1
; %if MAXCODESIZE < $-%1
; %assign MAXCODESIZE $-%1
; %endif
%if MAXCODESIZE < $-%1
%assign MAXCODESIZE $-%1
%endif
%endmacro
;
@ -1989,6 +1989,7 @@ err_stacklow:
_CHKMARGIN_STACK: ; some run-time check routines
cmp esp,stp
lea ebp,[esp-STACKRESERVE]
jg err_stacklow
sub ebp,edi
cmp hea,ebp

Binary file not shown.