summaryrefslogtreecommitdiffstats
path: root/target-mips/op.c
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-20 15:12:14 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-20 15:12:14 +0000
commitc8c2227e913e5a41cc44746e22ad73e9880c06fb (patch)
treeda132b4499b58cc6e4ecc8dfe12bb801e71914d0 /target-mips/op.c
parent9fac3a3a7e7c7c6379179da8461894ad1249c87e (diff)
downloadhqemu-c8c2227e913e5a41cc44746e22ad73e9880c06fb.zip
hqemu-c8c2227e913e5a41cc44746e22ad73e9880c06fb.tar.gz
Convert unaligned load/store to TCG.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4759 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/op.c')
-rw-r--r--target-mips/op.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/target-mips/op.c b/target-mips/op.c
index d617a07..cbe4f41 100644
--- a/target-mips/op.c
+++ b/target-mips/op.c
@@ -19,29 +19,3 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-
-#include "config.h"
-#include "exec.h"
-#include "host-utils.h"
-
-#ifndef CALL_FROM_TB0
-#define CALL_FROM_TB0(func) func()
-#endif
-
-/* Load and store */
-#define MEMSUFFIX _raw
-#include "op_mem.c"
-#undef MEMSUFFIX
-#if !defined(CONFIG_USER_ONLY)
-#define MEMSUFFIX _user
-#include "op_mem.c"
-#undef MEMSUFFIX
-
-#define MEMSUFFIX _super
-#include "op_mem.c"
-#undef MEMSUFFIX
-
-#define MEMSUFFIX _kernel
-#include "op_mem.c"
-#undef MEMSUFFIX
-#endif
OpenPOWER on IntegriCloud