mirror of
https://github.com/Vita3K/unicorn.git
synced 2024-11-23 13:29:40 +00:00
Sparc increase ttl number (#1016)
This commit is contained in:
parent
12bcf3bea0
commit
b8df067514
@ -51,7 +51,7 @@ typedef struct DisasContext {
|
||||
struct TranslationBlock *tb;
|
||||
sparc_def_t *def;
|
||||
TCGv_i32 t32[3];
|
||||
TCGv ttl[5];
|
||||
TCGv ttl[6];
|
||||
int n_t32;
|
||||
int n_ttl;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user