]> git.proxmox.com Git - qemu.git/commit - target-mips/cpu.h
target-mips: add microMIPS exception handler support
authorNathan Froyd <froydnj@codesourcery.com>
Tue, 8 Jun 2010 20:30:01 +0000 (13:30 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 9 Jun 2010 14:10:51 +0000 (16:10 +0200)
commitbbfa8f72e99baa0514b2b39e671830cf9a3adc44
tree29d718f8b97573eb4b4b359e352159d696c0a19f
parent3c824109da076d2a1df4b798f9df81b385131f92
target-mips: add microMIPS exception handler support

Unlike MIPS16, microMIPS lets you choose the ISA mode for your exception
handlers.  The ISA mode is selectable via a user-writable CP0.Config3
flag.

Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/cpu.h
target-mips/helper.c