* and yet more ebx saving/restoring

git-svn-id: trunk@4176 -
This commit is contained in:
Jonas Maebe 2006-07-14 11:57:07 +00:00
parent 1f3e05131a
commit 982c1a39c4

View File

@ -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;