Make register indexes larger so they can actually hold all the legal values. Oops!
--HG-- extra : convert_revision : 7689b2e1f7468e4acb8be0f242f74002c79e7960
This commit is contained in:
parent
3140dd88bc
commit
5a3dcc172a
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ namespace SparcISA
|
|||
|
||||
typedef int RegContextVal;
|
||||
|
||||
typedef uint8_t RegIndex;
|
||||
typedef uint16_t RegIndex;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue