mirror of https://github.com/ipxe/ipxe.git
[bios] Allow memmap.c to be compiled for x86_64
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/45/head
parent
7691e5eedb
commit
8819a34c0e
|
@ -92,7 +92,7 @@ static unsigned int extmemsize_e801 ( void ) {
|
|||
"int $0x15\n\t"
|
||||
"pushfw\n\t"
|
||||
"popw %w0\n\t" )
|
||||
: "=r" ( flags ),
|
||||
: "=R" ( flags ),
|
||||
"=a" ( extmem_1m_to_16m_k ),
|
||||
"=b" ( extmem_16m_plus_64k ),
|
||||
"=c" ( confmem_1m_to_16m_k ),
|
||||
|
|
Loading…
Reference in New Issue