326a327,331
> static inline IntRegIndex
> intRegForceUser(unsigned index)
> {
> assert(index < NUM_ARCH_INTREGS);
> return (IntRegIndex)(index + NUM_INTREGS);
328a334,335
> }
>