mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-25 03:20:59 +01: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
|
// older FPCs don't know the xgetbv opcode
|
||||||
.byte 0x0f,0x01,0xd0
|
.byte 0x0f,0x01,0xd0
|
||||||
andl $0xffffffff,%eax
|
andl $0xffffffff,%eax
|
||||||
shll $32,%rdx
|
shlq $32,%rdx
|
||||||
orq %rdx,%rax
|
orq %rdx,%rax
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user