* fixed wrong opcode size

git-svn-id: trunk@22855 -
This commit is contained in:
Jonas Maebe 2012-10-27 08:12:31 +00:00
parent c5ad42e82f
commit 2f2f394bee

View File

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