Browse Source

[romprefix] Add missing addr32 prefix

Reported-by: Jedrzej Kalinowski <kalinoj1@iem.pw.edu.pl>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 13 years ago
parent
commit
202c9c0974
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/arch/i386/prefix/romprefix.S

+ 1
- 1
src/arch/i386/prefix/romprefix.S View File

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

Loading…
Cancel
Save