浏览代码

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

git-svn-id: trunk@28067 -
nickysn 11 年之前
父节点
当前提交
ce4f9577d7
共有 1 个文件被更改,包括 1 次插入2 次删除
  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}