1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-08 22:25:28 +00:00

Fixed a bug in the last change

git-svn-id: svn://svn.cc65.org/cc65/trunk@425 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-10-31 19:16:44 +00:00
parent db656c5e38
commit acdadf8695

View File

@@ -34,4 +34,5 @@ ldeax: pla ; Low byte of return address
sta ptr4
bcc @L9
inc ptr4+1
@L9: jmp (ptr4)
@L9: tya ; restore low byte
jmp (ptr4)