mirror of
https://github.com/cc65/cc65.git
synced 2025-02-02 00:35:32 +00:00
Revert "Fix tab and jmp"
This reverts commit bf9d4ac3bbc0a3f23ec09ba90cfae36289bd7556.
This commit is contained in:
parent
bf9d4ac3bb
commit
1d8479b411
@ -6,7 +6,7 @@
|
||||
|
||||
.export __syschdir
|
||||
.import addysp, popax
|
||||
.importzp tmp1
|
||||
.importzp tmp1
|
||||
.import initcwd
|
||||
|
||||
.include "telestrat.inc"
|
||||
@ -29,4 +29,6 @@ __syschdir:
|
||||
|
||||
BRK_TELEMON(XPUTCWD)
|
||||
|
||||
jmp initcwd ; Update cwd
|
||||
jsr initcwd ; Update cwd
|
||||
|
||||
rts
|
||||
|
Loading…
x
Reference in New Issue
Block a user