mirror of
https://github.com/ipxe/ipxe
synced 2025-12-28 10:32:52 +03:00
[prefix] Report both %esi and %ecx when opening payload fails
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -746,6 +746,9 @@ a20_death_message:
|
||||
xorw %di, %di
|
||||
movl %esi, %eax
|
||||
call print_hex_dword
|
||||
call print_space
|
||||
movl %ecx, %eax
|
||||
call print_hex_dword
|
||||
movw $payload_death_message, %si
|
||||
call print_message
|
||||
2: /* Halt system */
|
||||
|
||||
Reference in New Issue
Block a user