Explorar el Código

* asmmode direct removed

peter hace 22 años
padre
commit
d9ae994ba2
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  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