From: ceriel Date: Mon, 12 Oct 1992 17:25:15 +0000 (+0000) Subject: Fixed bug: REP resulted in 0xF2 instead of 0xF3 X-Git-Tag: release-5-5~394 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=537cbd3d89371340a6862fa549677a37a537f77a;p=ack.git Fixed bug: REP resulted in 0xF2 instead of 0xF3 --- diff --git a/mach/i386/as/mach3.c b/mach/i386/as/mach3.c index 8850ac016..72623050c 100644 --- a/mach/i386/as/mach3.c +++ b/mach/i386/as/mach3.c @@ -225,9 +225,9 @@ 0, ATOGGLE, 0147, "a16", /* address size toggle */ 0, ATOGGLE, 0347, "a32", /* address size toggle */ 0, PREFIX, 0360, "lock", -0, PREFIX, 0362, "rep", 0, PREFIX, 0362, "repne", 0, PREFIX, 0362, "repnz", +0, PREFIX, 0363, "rep", 0, PREFIX, 0363, "repe", 0, PREFIX, 0363, "repz", 0, PREFIX, 046, "eseg",