mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 09:29:26 +02:00
* do not write a space before the condition for instructions without operands, not sure why this was there
git-svn-id: trunk@27268 -
This commit is contained in:
parent
23c8517418
commit
3309254474
@ -296,7 +296,7 @@ unit agarmgas;
|
|||||||
postfix:='.w';
|
postfix:='.w';
|
||||||
|
|
||||||
if taicpu(hp).ops = 0 then
|
if taicpu(hp).ops = 0 then
|
||||||
s:=#9+gas_op2str[op]+' '+cond2str[taicpu(hp).condition]+oppostfix2str[taicpu(hp).oppostfix]
|
s:=#9+gas_op2str[op]+cond2str[taicpu(hp).condition]+oppostfix2str[taicpu(hp).oppostfix]
|
||||||
else if (taicpu(hp).opcode>=A_VABS) and (taicpu(hp).opcode<=A_VSUB) then
|
else if (taicpu(hp).opcode>=A_VABS) and (taicpu(hp).opcode<=A_VSUB) then
|
||||||
s:=#9+gas_op2str[op]+cond2str[taicpu(hp).condition]+oppostfix2str[taicpu(hp).oppostfix]
|
s:=#9+gas_op2str[op]+cond2str[taicpu(hp).condition]+oppostfix2str[taicpu(hp).oppostfix]
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user