mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
Comment fix
git-svn-id: svn://svn.cc65.org/cc65/trunk@3730 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -501,7 +501,7 @@ static unsigned Opt_staxspidx (StackOpData* D)
|
|||||||
X = NewCodeEntry (OP65_STA, AM65_ZP_INDY, D->ZPLo, 0, D->OpEntry->LI);
|
X = NewCodeEntry (OP65_STA, AM65_ZP_INDY, D->ZPLo, 0, D->OpEntry->LI);
|
||||||
InsertEntry (D, X, D->OpIndex+4);
|
InsertEntry (D, X, D->OpIndex+4);
|
||||||
|
|
||||||
/* Remove the push and the call to the staspidx function */
|
/* Remove the push and the call to the staxspidx function */
|
||||||
RemovePushAndOp (D);
|
RemovePushAndOp (D);
|
||||||
|
|
||||||
/* We changed the sequence */
|
/* We changed the sequence */
|
||||||
|
Reference in New Issue
Block a user