mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 02:39:11 +02:00
* more disabling of interrupt code for i386-darwin
git-svn-id: trunk@2862 -
This commit is contained in:
parent
7e963e7f3e
commit
431cead7a2
@ -57,8 +57,11 @@ implementation
|
||||
|
||||
procedure ti386callnode.extra_interrupt_code;
|
||||
begin
|
||||
emit_none(A_PUSHF,S_L);
|
||||
emit_reg(A_PUSH,S_L,NR_CS);
|
||||
if (target_info.system <> system_i386_darwin) then
|
||||
begin
|
||||
emit_none(A_PUSHF,S_L);
|
||||
emit_reg(A_PUSH,S_L,NR_CS);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user