mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
Fixed a bug: Because of a wrong label position the code that cleared the
BSS was skipped. git-svn-id: svn://svn.cc65.org/cc65/trunk@1540 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
ad1a4c370d
commit
3a95ae002b
@ -469,7 +469,7 @@ CalcSizes:
|
||||
; Control structure is complete now. Clear the bss segment.
|
||||
; bzero (bss_addr, bss_size)
|
||||
|
||||
lda Module
|
||||
GotMem: lda Module
|
||||
add TPtr
|
||||
pha
|
||||
lda Module+1
|
||||
@ -485,7 +485,7 @@ CalcSizes:
|
||||
; code+data segment is still in TPtr.
|
||||
; C->read (C, C->module, H.tlen + H.dlen)
|
||||
|
||||
GotMem: jsr PushCtrl
|
||||
jsr PushCtrl
|
||||
lda Module
|
||||
ldx Module+1
|
||||
jsr pushax
|
||||
|
Loading…
Reference in New Issue
Block a user