Selaa lähdekoodia

m68k/aasmcpu.pas, taicpu.spilling_get_operation_type:
+ NEGX is a readwrite instruction

git-svn-id: trunk@23093 -

svenbarth 12 vuotta sitten
vanhempi
commit
5adb28a935
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      compiler/m68k/aasmcpu.pas

+ 1 - 1
compiler/m68k/aasmcpu.pas

@@ -530,7 +530,7 @@ type
             result:=operand_read;
           A_CLR, A_SXX:
             result:=operand_write;
-          A_NEG, A_EXT, A_EXTB, A_NOT:
+          A_NEG, A_EXT, A_EXTB, A_NOT, A_NEGX:
             result:=operand_readwrite;
           else begin
 { TODO: FIX ME!!! remove ugly debug code ... }