mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Increase max temps limit
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4074 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
0425bee563
commit
c4071c9014
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ typedef struct TCGPool {
|
|||
|
||||
#define TCG_MAX_LABELS 512
|
||||
|
||||
#define TCG_MAX_TEMPS 256
|
||||
#define TCG_MAX_TEMPS 512
|
||||
|
||||
typedef int TCGType;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue