[prefix] Fix missing underscore in libprefix

Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/5/head
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 .section ".prefix.data", "aw", @progbits
progress_\@: progress_\@:
.asciz "\message" .asciz "\message"
.size progress_\@, . - progress\@ .size progress_\@, . - progress_\@
.previous .previous
.endm .endm
#endif #endif