浏览代码

* need a size for the asm operand for newer binutils

peter 25 年之前
父节点
当前提交
65cd4ecab8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/webtbs/tbug961.pp

+ 1 - 1
tests/webtbs/tbug961.pp

@@ -14,7 +14,7 @@ begin
   asm
     mov   edi,$12345678
     mov   edi,x
-    mov   [edi],78
+    mov   dword ptr [edi],78
   end;
 {$else cpui386}
   x:=$78;