mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 22:25:28 +00:00
Fixed check for processor flags usage in case of PHP.
This commit is contained in:
@@ -476,6 +476,11 @@ int CE_UseLoadFlags (CodeEntry* E)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* PHP will use all flags */
|
||||||
|
if (E->OPC == OP65_PHP) {
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
/* Anything else */
|
/* Anything else */
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user