mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:29:27 +02:00
- MIPS: removed taicpu.delayslot_annulled, it was a copy-paste from SPARC code.
git-svn-id: trunk@33073 -
This commit is contained in:
parent
a02da7c7d2
commit
4fc05e6ec1
@ -40,7 +40,6 @@ const
|
||||
type
|
||||
{ taicpu }
|
||||
taicpu = class(tai_cpu_abstract_sym)
|
||||
delayslot_annulled: boolean; { conditinal opcode with ,a }
|
||||
constructor op_none(op: tasmop);
|
||||
|
||||
constructor op_reg(op: tasmop; _op1: tregister);
|
||||
|
@ -340,8 +340,6 @@ unit cpugas;
|
||||
if is_macro_instruction(taicpu(hp)) and TMIPSGNUAssembler(owner).nomacro then
|
||||
owner.writer.AsmWriteln(#9'.set'#9'macro');
|
||||
s := #9 + gas_op2str[op] + cond2str[taicpu(hp).condition];
|
||||
if taicpu(hp).delayslot_annulled then
|
||||
s := s + ',a';
|
||||
if taicpu(hp).ops > 0 then
|
||||
begin
|
||||
s := s + #9 + getopstr(taicpu(hp).oper[0]^);
|
||||
|
Loading…
Reference in New Issue
Block a user