Use .hol0 as an additional name for hol0; mcg requires it.

This commit is contained in:
David Given 2016-11-19 11:09:07 +01:00
parent d31bc6a3f9
commit db3564f35a
2 changed files with 10 additions and 8 deletions

View file

@ -10,11 +10,12 @@
.sect .data
.sect .bss
.sect .text
!
! This data block is used to store information about the current line number
! and file.
.define hol0
.comm hol0, 8
.define .hol0
.sect .bss
hol0:
.hol0:
.space 8

View file

@ -10,11 +10,12 @@
.sect .data
.sect .bss
.sect .text
!
! This data block is used to store information about the current line number
! and file.
.define hol0
.comm hol0, 8
.define .hol0
.sect .bss
hol0:
.hol0:
.space 8