mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 03:39:28 +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)
|
||||
}
|
||||
asm
|
||||
push ebx
|
||||
pushf
|
||||
pushf
|
||||
pop eax
|
||||
@ -51,6 +52,7 @@ unit cpu;
|
||||
and ebx,200000h
|
||||
cmp eax,ebx
|
||||
setnz al
|
||||
pop ebx
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user