]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[prefix] Fix missing underscore in libprefix
authorTill Straumann <strauman@slac.stanford.edu>
Fri, 10 Feb 2012 14:12:04 +0000 (14:12 +0000)
committerMichael Brown <mcb30@ipxe.org>
Fri, 10 Feb 2012 14:12:04 +0000 (14:12 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/prefix/libprefix.S

index fcf69bd3ebe77d50b883f6d9b2d8d10944b331c8..0962debbe792c7609387ce7026f8856493040b2d 100644 (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