Revision dcfd14b3 target-sparc/op_helper.c

b/target-sparc/op_helper.c
4092 4092
}
4093 4093
#endif
4094 4094

  
4095
void helper_flush(target_ulong addr)
4096
{
4097
    addr &= ~7;
4098
    tb_invalidate_page_range(addr, addr + 8);
4099
}
4100

  
4101 4095
#ifdef TARGET_SPARC64
4102 4096
#ifdef DEBUG_PCALL
4103 4097
static const char * const excp_names[0x80] = {

Also available in: Unified diff