mirror of
https://github.com/cc65/cc65.git
synced 2024-12-21 20:29:24 +00:00
fix tmp3 return value if DEFAULT_DEVICE is enabled
git-svn-id: svn://svn.cc65.org/cc65/trunk@3337 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
47054d90d3
commit
ad8a481a9e
@ -85,6 +85,7 @@ loop2: lda (ptr4),y
|
||||
|
||||
inc tmp3 ; no, prepend "D:"
|
||||
inc tmp3 ; adjust stack size used
|
||||
inc tmp3
|
||||
ldy #3
|
||||
jsr subysp ; adjust stack pointer
|
||||
ldy #2
|
||||
|
Loading…
Reference in New Issue
Block a user