2
0
Эх сурвалжийг харах

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

git-svn-id: trunk@44116 -
(cherry picked from commit 37106166f1c5a0ee6d26fae990c5bde21a15ea78)
pierre 5 жил өмнө
parent
commit
ffa53e69fb
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']};