Sparc increase ttl number (#1016)
This commit is contained in:

committed by
Nguyen Anh Quynh

parent
12bcf3bea0
commit
b8df067514
@ -51,7 +51,7 @@ typedef struct DisasContext {
|
|||||||
struct TranslationBlock *tb;
|
struct TranslationBlock *tb;
|
||||||
sparc_def_t *def;
|
sparc_def_t *def;
|
||||||
TCGv_i32 t32[3];
|
TCGv_i32 t32[3];
|
||||||
TCGv ttl[5];
|
TCGv ttl[6];
|
||||||
int n_t32;
|
int n_t32;
|
||||||
int n_ttl;
|
int n_ttl;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user