浏览代码

* fixed bug in assembling some 32-bit instructions on the i8086 target (e.g.
mov dword ptr [something], ebx)

git-svn-id: trunk@37430 -

nickysn 7 年之前
父节点
当前提交
d96558cd64
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/x86/rax86.pas

+ 1 - 1
compiler/x86/rax86.pas

@@ -1262,7 +1262,7 @@ begin
                      if siz=S_FAR then
                        asize:=OT_FAR
                      else
-                       asize:=OT_BITS16;
+                       asize:=OT_BITS32;
 {$else i8086}
                      asize:=OT_BITS32;
 {$endif i8086}