2
0
Эх сурвалжийг харах

* several fixes for spilling_get_operation_type

git-svn-id: trunk@30517 -
florian 10 жил өмнө
parent
commit
9af36c2257

+ 2 - 2
compiler/avr/aasmcpu.pas

@@ -247,10 +247,10 @@ implementation
         result:=operand_read;
         result:=operand_read;
         case opcode of
         case opcode of
           A_CLR,A_LDD,A_LD,A_LDI,A_LDS,
           A_CLR,A_LDD,A_LD,A_LDI,A_LDS,
-          A_MOV,A_MOVW:
+          A_MOV,A_MOVW,A_POP:
             if opnr=0 then
             if opnr=0 then
               result:=operand_write;
               result:=operand_write;
-          A_CP,A_CPC,A_CPI,A_PUSH,A_ST,A_STD,A_STS:
+          A_CP,A_CPC,A_CPI,A_PUSH,A_SBRC,A_SBRS,A_ST,A_STD,A_STS:
             ;
             ;
           else
           else
             begin
             begin