fix for delphi7

This commit is contained in:
evgeny-k 2016-04-22 12:39:06 +03:00
parent 4d5adcd119
commit c56385ecc0

View File

@ -594,7 +594,7 @@ begin
tbtu32(res.dta^) := RealCall_Register(Address, EDX, EAX, ECX,
@Stack[Length(Stack) - 3], Length(Stack) div 4, 4, nil)
else
{$ENDIF}
{$IFEND}
tbtu32(res.dta^) := RealCall_Register(Address, EAX, EDX, ECX,
@Stack[Length(Stack) - 3], Length(Stack) div 4, 4, nil);
end;