target: e2k: Increase temp i32 limit.

This commit is contained in:
Denis Drakhnia 2020-12-02 21:12:19 +02:00 committed by Denis Drakhnia
parent a7e7a746ca
commit 51048a3f3e
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ typedef struct DisasContext {
int version;
// Temporary values.
TCGv_i32 t32[32];
TCGv_i32 t32[64];
TCGv_i64 t64[32];
TCGv ttl[8];
// Allocated temporary values count.