diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-02-28 22:37:42 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-02-28 22:37:42 +0000 |
commit | 36d239587370c6ccfc53d7f6acc624ce5d61fe84 (patch) | |
tree | 43d11aaf52a198b5544bbb7e878c6cb633dec299 /target-mips/op_mem.c | |
parent | 54d43f70e3b003b5f24ef30ea361e034c2813d9f (diff) | |
download | qemu-36d239587370c6ccfc53d7f6acc624ce5d61fe84.tar.gz qemu-36d239587370c6ccfc53d7f6acc624ce5d61fe84.tar.bz2 qemu-36d239587370c6ccfc53d7f6acc624ce5d61fe84.zip |
MIPS FPU dynamic activation, part 1, by Herve Poussineau.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2463 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/op_mem.c')
-rw-r--r-- | target-mips/op_mem.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-mips/op_mem.c b/target-mips/op_mem.c index a3289793b0..823cfe8092 100644 --- a/target-mips/op_mem.c +++ b/target-mips/op_mem.c @@ -192,7 +192,6 @@ void glue(op_scd, MEMSUFFIX) (void) } #endif /* MIPS_HAS_MIPS64 */ -#ifdef MIPS_USES_FPU void glue(op_lwc1, MEMSUFFIX) (void) { WT0 = glue(ldl, MEMSUFFIX)(T0); @@ -213,4 +212,3 @@ void glue(op_sdc1, MEMSUFFIX) (void) glue(stq, MEMSUFFIX)(T0, DT0); RETURN(); } -#endif |