34d33
< #include "config/full_system.hh"
38d36
< #if FULL_SYSTEM
44,50d41
< #else
< const int reg_redir[NumIntRegs] = {
< /* 0 */ 0, 1, 2, 3, 4, 5, 6, 7,
< /* 8 */ 8, 9, 10, 11, 12, 13, 14, 15,
< /* 16 */ 16, 17, 18, 19, 20, 21, 22, 23,
< /* 24 */ 24, 25, 26, 27, 28, 29, 30, 31 };
< #endif