On 04/07/2018 04:19 AM, Emilio G. Cota wrote: > No changes to the logic here; this is just to make the diff > that follows easier to read. > > While at it, remove the unnecessary 'struct' in > 'struct TranslationBlock'. > > Note that checkpatch complains with a false positive: > ERROR: space prohibited after that '&' (ctx:WxW) > #75: FILE: target/mips/translate.c:20220: > + ctx->kscrexist = (env->CP0_Config4 >> CP0C4_KScrExist) & 0xff; > ^ > Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org> > Cc: Aurelien Jarno <aurel...@aurel32.net> > Cc: Yongbok Kim <yongbok....@mips.com> > Signed-off-by: Emilio G. Cota <c...@braap.org> > --- > target/mips/translate.c | 166 > ++++++++++++++++++++++++------------------------ > 1 file changed, 84 insertions(+), 82 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~