mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 18:30:29 +02:00
* fixed wrong opcode size
git-svn-id: trunk@22855 -
This commit is contained in:
parent
c5ad42e82f
commit
2f2f394bee
@ -133,7 +133,7 @@ unit cpu;
|
||||
// older FPCs don't know the xgetbv opcode
|
||||
.byte 0x0f,0x01,0xd0
|
||||
andl $0xffffffff,%eax
|
||||
shll $32,%rdx
|
||||
shlq $32,%rdx
|
||||
orq %rdx,%rax
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user