Make register indexes larger so they can actually hold all the legal values. Oops!

--HG--
extra : convert_revision : 7689b2e1f7468e4acb8be0f242f74002c79e7960
This commit is contained in:
Gabe Black 2007-04-14 17:08:24 +00:00
parent 3140dd88bc
commit 5a3dcc172a

View file

@ -59,7 +59,7 @@ namespace SparcISA
typedef int RegContextVal;
typedef uint8_t RegIndex;
typedef uint16_t RegIndex;
}
#endif