Skip to content

Commit

Permalink
fix for delphi7
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-k committed Apr 22, 2016
1 parent 4d5adcd commit c56385e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/x86.inc
Expand Up @@ -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;
Expand Down

0 comments on commit c56385e

Please sign in to comment.