2
0
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:
Till Straumann 2012-02-10 14:12:04 +00:00 committed by Michael Brown
parent 1476d6f47c
commit d3630b6a64

View File

@ -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