changed _end to __end because of namespace pollution
This commit is contained in:
parent
30922a239d
commit
e91e983728
1 changed files with 2 additions and 2 deletions
|
@ -73,9 +73,9 @@ Im2:
|
||||||
.data4 1
|
.data4 1
|
||||||
.data4 0
|
.data4 0
|
||||||
.reghp:
|
.reghp:
|
||||||
.data4 _end
|
.data4 __end
|
||||||
.limhp:
|
.limhp:
|
||||||
.data4 _end
|
.data4 __end
|
||||||
hol0:
|
hol0:
|
||||||
.space 8
|
.space 8
|
||||||
.trppc:
|
.trppc:
|
||||||
|
|
Loading…
Add table
Reference in a new issue