Explorar el Código

Replace assembler instruction 'xorl' by 'xor' in Intel mode

git-svn-id: trunk@44116 -
pierre hace 5 años
padre
commit
37106166f1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rtl/emx/sysutils.pp

+ 1 - 1
rtl/emx/sysutils.pp

@@ -851,7 +851,7 @@ asm
  shld eax, ecx, 16
 @FGetDateEnd:
  pop ebx
- xorl edx,edx
+ xor edx,edx
 end {['eax', 'ebx', 'ecx', 'edx']};