mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Fix [ls][wd][lr] instructions, by Aurelien Jarno.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3372 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
0e21e12bb3
commit
4e9f853731
5 changed files with 207 additions and 68 deletions
|
@ -62,18 +62,6 @@ void do_raise_exception_direct (uint32_t exception)
|
|||
do_raise_exception_direct_err (exception, 0);
|
||||
}
|
||||
|
||||
#define MEMSUFFIX _raw
|
||||
#include "op_helper_mem.c"
|
||||
#undef MEMSUFFIX
|
||||
#if !defined(CONFIG_USER_ONLY)
|
||||
#define MEMSUFFIX _user
|
||||
#include "op_helper_mem.c"
|
||||
#undef MEMSUFFIX
|
||||
#define MEMSUFFIX _kernel
|
||||
#include "op_helper_mem.c"
|
||||
#undef MEMSUFFIX
|
||||
#endif
|
||||
|
||||
#if defined(TARGET_MIPSN32) || defined(TARGET_MIPS64)
|
||||
#if TARGET_LONG_BITS > HOST_LONG_BITS
|
||||
/* Those might call libgcc functions. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue