mirror of
https://github.com/ipxe/ipxe
synced 2025-12-11 14:03:29 +03:00
Fixed assembly on old versions of gas
This commit is contained in:
@@ -54,7 +54,7 @@ install_block:
|
||||
xorl %esi, %esi
|
||||
|
||||
/* Calculate start and length of uninitialised data portion */
|
||||
leal (%edi,%ecx), %eax
|
||||
addr32 leal (%edi,%ecx), %eax
|
||||
subl %ecx, %edx
|
||||
|
||||
/* Do the copy */
|
||||
|
||||
Reference in New Issue
Block a user