Revision c227f099 hostregs_helper.h

b/hostregs_helper.h
27 27
#if defined(DECLARE_HOST_REGS)
28 28

  
29 29
#define DO_REG(REG)					\
30
    register a_host_reg reg_AREG##REG asm(AREG##REG);	\
31
    volatile a_host_reg saved_AREG##REG;
30
    register host_reg_t reg_AREG##REG asm(AREG##REG);	\
31
    volatile host_reg_t saved_AREG##REG;
32 32

  
33 33
#elif defined(SAVE_HOST_REGS)
34 34

  

Also available in: Unified diff