Sfoglia il codice sorgente

* need a size for the asm operand for newer binutils

peter 25 anni fa
parent
commit
65cd4ecab8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;