mirror of
https://github.com/xcat2/xNBA.git
synced 2025-02-19 12:04:32 +00:00
[build] Fix building with latest binutils
Signed-off-by: Bastian Blank <waldi@debian.org> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
parent
9b68dc78b9
commit
d0eb4e529d
@ -25,4 +25,4 @@ _linux_start:
|
||||
movl $__NR_exit, %eax
|
||||
int $0x80
|
||||
|
||||
.size _start, . - _start
|
||||
.size _linux_start, . - _linux_start
|
||||
|
@ -72,7 +72,7 @@ _nbi_start:
|
||||
int $0x19
|
||||
|
||||
.previous
|
||||
.size start, . - start
|
||||
.size _nbi_start, . - _nbi_start
|
||||
|
||||
nbi_header_end:
|
||||
.org 512
|
||||
|
Loading…
x
Reference in New Issue
Block a user