Explorar el Código

* fixed wrong opcode size

git-svn-id: trunk@22855 -
Jonas Maebe hace 13 años
padre
commit
2f2f394bee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rtl/x86_64/cpu.pp

+ 1 - 1
rtl/x86_64/cpu.pp

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