mirror of
https://github.com/xcat2/xNBA.git
synced 2025-07-31 16:49:13 +00:00
[prefix] Fix missing underscore in libprefix
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
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
|
||||
|
Reference in New Issue
Block a user