浏览代码

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

git-svn-id: trunk@44116 -
pierre 5 年之前
父节点
当前提交
37106166f1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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']};