* mulsu opcode spelling fixed

* handling mulsu in taicpu.spilling_get_operation_type

git-svn-id: trunk@30729 -
This commit is contained in:
florian 2015-04-26 16:08:52 +00:00
parent 8196427ca6
commit 652f623983
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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',