Make register indexes larger so they can actually hold all the legal values. Oops!
authorGabe Black <gblack@eecs.umich.edu>
Sat, 14 Apr 2007 17:08:24 +0000 (17:08 +0000)
committerGabe Black <gblack@eecs.umich.edu>
Sat, 14 Apr 2007 17:08:24 +0000 (17:08 +0000)
--HG--
extra : convert_revision : 7689b2e1f7468e4acb8be0f242f74002c79e7960

src/arch/sparc/types.hh

index 15386adcafbec240a08190a362f65d73e91d6281..8bd50b7e899074a864dd30b30c0ba5c15aa2fc8e 100644 (file)
@@ -59,7 +59,7 @@ namespace SparcISA
 
     typedef int RegContextVal;
 
-    typedef uint8_t RegIndex;
+    typedef uint16_t RegIndex;
 }
 
 #endif