mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@3300 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
38f27c1c16
commit
e35b91ed3b
@ -94,7 +94,7 @@ _tgi_install:
|
||||
@L1: inx ; Skip JMP opcode
|
||||
jsr copy ; Copy one byte
|
||||
jsr copy ; Copy one byte
|
||||
cpx #(TGI_HDR::JUMPTAB + .sizeof(TGI_HDR::JUMPTAB))
|
||||
cpy #(TGI_HDR::JUMPTAB + .sizeof(TGI_HDR::JUMPTAB))
|
||||
bne @L1
|
||||
|
||||
; Call the driver install routine. It may update header variables, so we copy
|
||||
|
Loading…
Reference in New Issue
Block a user