Sfoglia il codice sorgente

* asmmode direct removed

peter 22 anni fa
parent
commit
d9ae994ba2
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0 5
      tests/tbs/tb0105.pp

+ 0 - 5
tests/tbs/tb0105.pp

@@ -21,11 +21,6 @@ var
     end;
 
 begin
-{$asmmode direct}
-  asm
-    movl $5,l
-  end;
-  if l<>5 then error;
 {$asmmode att}
  asm
    movl  l,%eax