mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 01:35:30 +00:00
Sparc increase ttl number
Backports commit b8df0675145c592da3777395f23b4ee91c09b46c from unicorn
This commit is contained in:
parent
deb4c46a7a
commit
6bcc61f082
|
@ -54,7 +54,7 @@ typedef struct DisasContext {
|
|||
uint32_t cc_op; /* current CC operation */
|
||||
sparc_def_t *def;
|
||||
TCGv_i32 t32[3];
|
||||
TCGv ttl[5];
|
||||
TCGv ttl[6];
|
||||
int n_t32;
|
||||
int n_ttl;
|
||||
#ifdef TARGET_SPARC64
|
||||
|
|
Loading…
Reference in a new issue