Skip to content

Commit

Permalink
[romprefix] Add missing addr32 prefix
Browse files Browse the repository at this point in the history
Reported-by: Jedrzej Kalinowski <kalinoj1@iem.pw.edu.pl>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Oct 29, 2010
1 parent 053d286 commit 202c9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/i386/prefix/romprefix.S
Expand Up @@ -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
Expand Down

0 comments on commit 202c9c0

Please sign in to comment.