Browse Source

* need a size for the asm operand for newer binutils

peter 25 years ago
parent
commit
65cd4ecab8
1 changed files with 1 additions and 1 deletions
  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;