david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[romprefix] Add missing addr32 prefix

Reported-by: Jedrzej Kalinowski <kalinoj1@iem.pw.edu.pl>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2010-10-29 01:45:21 +01:00
parent 053d28688c
commit 202c9c0974
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ get_pmm_image_source:
xorw %ax, %ax
movw %ax, %es
movl build_id, %eax
cmpl %es:build_id(%esi), %eax
addr32 cmpl %es:build_id(%esi), %eax
je 1f
stc
1: popw %es