diff --git a/compiler/sparcgen/rgcpu.pas b/compiler/sparcgen/rgcpu.pas index 285d9a3c9f..cdedddd793 100644 --- a/compiler/sparcgen/rgcpu.pas +++ b/compiler/sparcgen/rgcpu.pas @@ -186,7 +186,7 @@ implementation if get_alias(getsupreg(instr.oper[0]^.reg))=orgreg then begin if (regtype=R_INTREGISTER) then - instr.opcode:=A_LD + instr.opcode:=A_LD_R else if (getsubreg(instr.oper[0]^.reg)=R_SUBFS) then instr.opcode:=A_LDF else