david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[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
1 changed files with 1 additions and 1 deletions

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