EMU_MAX_GPR
rm->num_gprs = (maxcount < EMU_MAX_GPR ? maxcount : EMU_MAX_GPR);
signed int allocmap[EMU_MAX_GPR];