View | Details | Raw Unified | Return to bug 13917
Collapse All | Expand All

(-)sys/i386/include/bus.h (-2 / +1 lines)
Lines 571-578 Link Here
571
			movb %%al,(%1)				\n\
571
			movb %%al,(%1)				\n\
572
			loop 1b"				:
572
			loop 1b"				:
573
		    "=&a" (__x)					:
573
		    "=&a" (__x)					:
574
		    "r" (bsh + offset), "S" (addr), "c" (count)	:
574
		    "r" (bsh + offset), "S" (addr), "c" (count));
575
		    "%esi", "%ecx");
576
	}
575
	}
577
#endif
576
#endif
578
}
577
}

Return to bug 13917