peter 21 anni fa
parent
commit
53dd50db60
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tests/tbs/tb0106.pp

+ 1 - 1
tests/tbs/tb0106.pp

@@ -15,7 +15,7 @@ begin
   l[i]:=35;
  asm
         mov     eax,3
-        mov     l[eax*4],55
+        mov     byte ptr l[eax*4],55
  end;
  if l[3]<>55 then
    begin