Use .hol0 as an additional name for hol0; mcg requires it.
This commit is contained in:
parent
d31bc6a3f9
commit
db3564f35a
|
@ -10,11 +10,12 @@
|
||||||
.sect .data
|
.sect .data
|
||||||
.sect .bss
|
.sect .bss
|
||||||
|
|
||||||
.sect .text
|
|
||||||
|
|
||||||
!
|
|
||||||
! This data block is used to store information about the current line number
|
! This data block is used to store information about the current line number
|
||||||
! and file.
|
! and file.
|
||||||
|
|
||||||
.define hol0
|
.define hol0
|
||||||
.comm hol0, 8
|
.define .hol0
|
||||||
|
.sect .bss
|
||||||
|
hol0:
|
||||||
|
.hol0:
|
||||||
|
.space 8
|
||||||
|
|
|
@ -10,11 +10,12 @@
|
||||||
.sect .data
|
.sect .data
|
||||||
.sect .bss
|
.sect .bss
|
||||||
|
|
||||||
.sect .text
|
|
||||||
|
|
||||||
!
|
|
||||||
! This data block is used to store information about the current line number
|
! This data block is used to store information about the current line number
|
||||||
! and file.
|
! and file.
|
||||||
|
|
||||||
.define hol0
|
.define hol0
|
||||||
.comm hol0, 8
|
.define .hol0
|
||||||
|
.sect .bss
|
||||||
|
hol0:
|
||||||
|
.hol0:
|
||||||
|
.space 8
|
||||||
|
|
Loading…
Reference in a new issue