Explorar o código

* need a size for the asm operand for newer binutils

peter %!s(int64=25) %!d(string=hai) anos
pai
achega
65cd4ecab8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;