diff options
Diffstat (limited to 'target-sparc/op.c')
-rw-r--r-- | target-sparc/op.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target-sparc/op.c b/target-sparc/op.c index 79b669bf31..921699e4c0 100644 --- a/target-sparc/op.c +++ b/target-sparc/op.c @@ -285,16 +285,6 @@ void OPPROTO op_sdiv_T1_T0(void) #endif #endif -void OPPROTO op_ldfsr(void) -{ - PUT_FSR32(env, *((uint32_t *) &FT0)); -} - -void OPPROTO op_stfsr(void) -{ - *((uint32_t *) &FT0) = GET_FSR32(env); -} - #ifndef TARGET_SPARC64 /* XXX: use another pointer for %iN registers to avoid slow wrapping handling ? */ |