Revision 2b29924f target-sparc/op_helper.c

b/target-sparc/op_helper.c
50 50
    }
51 51
}
52 52

  
53
void helper_check_align(target_ulong addr, uint32_t align)
54
{
55
    if (addr & align)
56
        raise_exception(TT_UNALIGNED);
57
}
58

  
53 59
#define F_HELPER(name, p) void helper_f##name##p(void)
54 60

  
55 61
#if defined(CONFIG_USER_ONLY)

Also available in: Unified diff