1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-02-04 03:31:49 +00:00

Fixed the C64 implementation of _panic

This commit is contained in:
Karol Stasiak 2018-01-10 10:54:15 +01:00
parent d696704af9
commit 23a2830951

View File

@ -1,7 +1,6 @@
void _panic() {
asm {
SEI
PLA // status register
PLA
TAY
PLA