瀏覽代碼

* mulsu opcode spelling fixed
* handling mulsu in taicpu.spilling_get_operation_type

git-svn-id: trunk@30729 -

florian 10 年之前
父節點
當前提交
652f623983
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      compiler/avr/aasmcpu.pas
  2. 1 1
      compiler/avr/itcpugas.pas

+ 1 - 1
compiler/avr/aasmcpu.pas

@@ -251,7 +251,7 @@ implementation
             if opnr=0 then
               result:=operand_write;
           A_CP,A_CPC,A_CPI,A_PUSH,A_SBRC,A_SBRS,A_ST,A_STD,A_STS,
-          A_MUL, A_MULS,A_FMUL,A_FMULS,A_FMULSU:
+          A_MUL, A_MULS,A_MULSU,A_FMUL,A_FMULS,A_FMULSU:
             ;
           else
             begin

+ 1 - 1
compiler/avr/itcpugas.pas

@@ -37,7 +37,7 @@ interface
     gas_op2str : op2strtable = ('',
         'add','adc','adiw','sub','subi','sbc','sbci','sbrc','sbrs','sbiw','and','andi',
         'or','ori','eor','com','neg','sbr','cbr','inc','dec','tst',
-        'mul','muls','mulu','fmul','fmuls','fmulsu','rjmp','ijmp',
+        'mul','muls','mulsu','fmul','fmuls','fmulsu','rjmp','ijmp',
         'eijmp','jmp','rcall','icall','eicall','call','ret','reti','cpse',
         'cp','cpc','cpi','sbic','sbis','br','mov','movw','ldi','lds','ld','ldd',
         'sts','st','std','lpm','elpm','spm','in','out','push','pop',