Przeglądaj źródła

* need a size for the asm operand for newer binutils

peter 25 lat temu
rodzic
commit
65cd4ecab8
1 zmienionych plików z 1 dodań i 1 usunięć
  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;