Revision dd4239d6

b/pc-bios/optionrom/optionrom.h
66 66
	outw		%ax, (%dx);			\
67 67
	mov		$BIOS_CFG_IOPORT_DATA, %dx;	\
68 68
	cld;						\
69
	rep insb	(%dx), %es:(%edi);
69
	/* old as(1) doesn't like this insn so emit the bytes instead: \
70
	rep insb	(%dx), %es:(%edi);		\
71
	*/						\
72
	.dc.b		0x67,0xf3,0x6c
70 73

  
71 74
#define OPTION_ROM_START					\
72 75
    .code16;						\

Also available in: Unified diff