mirror of
https://github.com/KarolS/millfork.git
synced 2025-08-09 10:24:57 +00:00
Fixed the C64 implementation of _panic
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
void _panic() {
|
||||
asm {
|
||||
SEI
|
||||
PLA // status register
|
||||
PLA
|
||||
TAY
|
||||
PLA
|
||||
|
Reference in New Issue
Block a user