mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-16 16:31:04 +00:00
Fixed the C64 implementation of _panic
This commit is contained in:
parent
d696704af9
commit
23a2830951
@ -1,7 +1,6 @@
|
||||
void _panic() {
|
||||
asm {
|
||||
SEI
|
||||
PLA // status register
|
||||
PLA
|
||||
TAY
|
||||
PLA
|
||||
|
Loading…
x
Reference in New Issue
Block a user