On 9/11/18 6:33 AM, Aleksandar Markovic wrote: >> From: Philippe Mathieu-Daudé <philippe.mathieu.da...@gmail.com> on behalf of >> Philippe Mathieu-Daudé <f4...@amsat.org> >> Sent: Sunday, September 9, 2018 3:34 AM >> >> Subject: [PATCH 1/2] target/mips: Increase the 'supported instructions' >> flags holder size >> >> Currently this holder is limited to at most 32 flags on >> a 32-bit architecture, which lets an unique bit available >> for another 'chip specific instructions' flag. >> >> Relax this limit using a 64-bit integer. >> >> Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> >> --- >> target/mips/cpu.h | 2 +- >> target/mips/internal.h | 2 +- >> target/mips/translate.c | 4 ++-- >> 3 files changed, 4 insertions(+), 4 deletions(-) > > "int insn_flags;" in DisasContext definition in target/mips/translate.c needs > to be updated as well.
Oops I missed this one, good catch :)