Removed inline notation.

This commit is contained in:
David Anderson
2004-08-28 22:34:02 +00:00
parent 93cd6dbed5
commit 02be09dd00
2 changed files with 12 additions and 13 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,7 +1989,6 @@ 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