insipid formatting whack-a-mole

This commit is contained in:
Gorilla Sapiens
2025-06-23 17:51:44 +00:00
parent 0489098517
commit b2e5d3cd25
4 changed files with 4 additions and 4 deletions

View File

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

View File

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