[prefix] Report both %esi and %ecx when opening payload fails

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2014-08-26 14:53:46 +01:00
parent 9d21e13522
commit 8b64cc7fba
2 changed files with 6 additions and 1 deletions

View File

@@ -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 */