Revision bb5529bb target-sparc/op.c

b/target-sparc/op.c
285 285
#endif
286 286
#endif
287 287

  
288
void OPPROTO op_ldfsr(void)
289
{
290
    PUT_FSR32(env, *((uint32_t *) &FT0));
291
}
292

  
293
void OPPROTO op_stfsr(void)
294
{
295
    *((uint32_t *) &FT0) = GET_FSR32(env);
296
}
297

  
298 288
#ifndef TARGET_SPARC64
299 289
/* XXX: use another pointer for %iN registers to avoid slow wrapping
300 290
   handling ? */

Also available in: Unified diff