translate-all: Fix missing #elif condition in alloc_code_gen_buffer

This commit is contained in:
Lioncash 2018-03-21 12:46:03 -04:00
parent b65302b377
commit a0c39b4996
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7

View File

@ -724,6 +724,7 @@ static inline void *alloc_code_gen_buffer(struct uc_struct *uc)
start = 0x40000000ul;
# elif defined(__s390x__)
start = 0x90000000ul;
# elif defined(__mips__)
# if _MIPS_SIM == _ABI64
start = 0x68000000ul;
# elif _MIPS_SIM == _ABI64