mirror of
https://github.com/cc65/cc65.git
synced 2025-08-12 02:25:03 +00:00
pusha function has changed
git-svn-id: svn://svn.cc65.org/cc65/trunk@488 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -3987,7 +3987,7 @@ static Line* OptOneBlock (Line* L)
|
|||||||
A = 7;
|
A = 7;
|
||||||
X = 0;
|
X = 0;
|
||||||
Y = 1;
|
Y = 1;
|
||||||
} else if (LineFullMatch (L, "\tjsr\tpusha")) {
|
} else if (CPU == CPU_65C02 && LineFullMatch (L, "\tjsr\tpusha")) {
|
||||||
/* We know about this function */
|
/* We know about this function */
|
||||||
Y = 0;
|
Y = 0;
|
||||||
} else if (LineFullMatch (L, "\tjsr\tpusha0")) {
|
} else if (LineFullMatch (L, "\tjsr\tpusha0")) {
|
||||||
|
Reference in New Issue
Block a user