Revision 1497c961 target-arm/helper.c

b/target-arm/helper.c
322 322
    env->uncached_cpsr = (env->uncached_cpsr & ~mask) | (val & mask);
323 323
}
324 324

  
325
#define HELPER(x) helper_##x
326 325
/* Sign/zero extend */
327 326
uint32_t HELPER(sxtb16)(uint32_t x)
328 327
{
......
1894 1893
}
1895 1894

  
1896 1895
#endif
1897

  

Also available in: Unified diff