Browse Source

[prefix] Fix missing underscore in libprefix

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Till Straumann 12 years ago
parent
commit
d3630b6a64
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/arch/i386/prefix/libprefix.S

+ 1
- 1
src/arch/i386/prefix/libprefix.S View File

@@ -49,7 +49,7 @@ FILE_LICENCE ( GPL2_OR_LATER )
49 49
 	.section ".prefix.data", "aw", @progbits
50 50
 progress_\@:
51 51
 	.asciz	"\message"
52
-	.size	progress_\@, . - progress\@
52
+	.size	progress_\@, . - progress_\@
53 53
 	.previous
54 54
 	.endm
55 55
 #endif

Loading…
Cancel
Save