Explorar el Código

* seges prefix and lodsb instruction put on the same line for better readability

git-svn-id: trunk@28067 -
nickysn hace 11 años
padre
commit
ce4f9577d7
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      rtl/i8086/i8086.inc

+ 1 - 2
rtl/i8086/i8086.inc

@@ -264,8 +264,7 @@ asm
   or dx, ax
   jz @@Lgnf_null
   xchg ax, si  // 1 byte shorter than a mov
-  seges
-  lodsw
+  seges lodsw
   mov dx, es
 @@Lgnf_null:
 {$endif FPC_X86_DATA_NEAR}