insipid formatting whack-a-mole
This commit is contained in:
@@ -468,7 +468,7 @@ unsigned OptPtrStore2 (CodeSeg* S)
|
||||
L[6]->OPC == OP65_LDX &&
|
||||
L[7]->OPC == OP65_LDA &&
|
||||
L[7]->AM == AM65_ZP_INDY &&
|
||||
strcmp (L[7]->Arg, "c_sp") == 0 &&
|
||||
strcmp (L[7]->Arg, "c_sp") == 0 &&
|
||||
L[8]->OPC == OP65_LDY &&
|
||||
(L[8]->AM == AM65_ABS ||
|
||||
L[8]->AM == AM65_ZP ||
|
||||
|
||||
@@ -458,7 +458,7 @@ static unsigned FindIdType (const char* TypeName)
|
||||
{ "segment", SegmentId },
|
||||
{ "source", SourceId },
|
||||
{ "src", SourceId },
|
||||
{ "c_sp", SpanId },
|
||||
{ "c_sp", SpanId },
|
||||
{ "span", SpanId },
|
||||
{ "sym", SymbolId },
|
||||
{ "symbol", SymbolId },
|
||||
|
||||
Reference in New Issue
Block a user