mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-22 01:21:45 +00:00
[prefix] Fix missing underscore in libprefix
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
parent
1476d6f47c
commit
d3630b6a64
@ -49,7 +49,7 @@ FILE_LICENCE ( GPL2_OR_LATER )
|
||||
.section ".prefix.data", "aw", @progbits
|
||||
progress_\@:
|
||||
.asciz "\message"
|
||||
.size progress_\@, . - progress\@
|
||||
.size progress_\@, . - progress_\@
|
||||
.previous
|
||||
.endm
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user