We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c032f7 commit 84c844fCopy full SHA for 84c844f
ugbc/src/targets/atari/_optimizer.c
@@ -1092,7 +1092,7 @@ static int optim_remove_unused_temporary( Environment * _environment ) {
1092
if ( ! result ) result = po_buf_match(buf[0], " AND *", v1 );
1093
if ( ! result ) result = po_buf_match(buf[0], " EOR *", v1 );
1094
if ( ! result ) result = po_buf_match(buf[0], " LD* *", v2, v1 );
1095
- if ( ! result ) result = po_buf_match(buf[0], " ORA *", v2, v1 );
+ if ( ! result ) result = po_buf_match(buf[0], " ORA *", v1 );
1096
if ( ! result ) result = po_buf_match(buf[0], " SBC *", v1 );
1097
if ( ! result ) result = po_buf_match(buf[0], " CMP *", v1 );
1098
if ( ! result ) result = po_buf_match(buf[0], " CPX *", v1 );
0 commit comments