mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 12:49:45 +02:00
* and yet more ebx saving/restoring
git-svn-id: trunk@4176 -
This commit is contained in:
parent
1f3e05131a
commit
982c1a39c4
@ -37,6 +37,7 @@ unit cpu;
|
|||||||
Tested under go32v1 and Linux on c6x86 with CpuID enabled and disabled (PFV)
|
Tested under go32v1 and Linux on c6x86 with CpuID enabled and disabled (PFV)
|
||||||
}
|
}
|
||||||
asm
|
asm
|
||||||
|
push ebx
|
||||||
pushf
|
pushf
|
||||||
pushf
|
pushf
|
||||||
pop eax
|
pop eax
|
||||||
@ -51,6 +52,7 @@ unit cpu;
|
|||||||
and ebx,200000h
|
and ebx,200000h
|
||||||
cmp eax,ebx
|
cmp eax,ebx
|
||||||
setnz al
|
setnz al
|
||||||
|
pop ebx
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user