From patchwork Mon May 24 16:19:44 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [10/10] hw: honor low bit in mipssim machine From: Nathan Froyd X-Patchwork-Id: 53444 Message-Id: <1274717984-25887-11-git-send-email-froydnj@codesourcery.com> To: qemu-devel@nongnu.org Cc: aurelien@aurel32.net Date: Mon, 24 May 2010 09:19:44 -0700 Signed-off-by: Nathan Froyd --- hw/mips_mipssim.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/hw/mips_mipssim.c b/hw/mips_mipssim.c index a747de5..cd6c2be 100644 --- a/hw/mips_mipssim.c +++ b/hw/mips_mipssim.c @@ -106,7 +106,9 @@ static void main_cpu_reset(void *opaque) CPUState *env = s->env; cpu_reset(env); - env->active_tc.PC = s->vector; + env->active_tc.PC = s->vector & ~(target_ulong)1; + if (s->vector & 1) + env->hflags |= MIPS_HFLAG_M16; } static void