> From: Aleksandar Markovic <aleksandar.marko...@rt-rk.com> > Sent: Monday, August 20, 2018 8:16 PM > > Subject: [PATCH v11 24/46] target/mips: Add CP0 Config3 and Config5 fields to > DisasContext structure > > From: Dimitrije Nikolic <dniko...@wavecomp.com> > > Add CP0_Config3 and CP0_Config5 to DisasContext structure. This is > needed for implementing availability control of various instructions. > > Signed-off-by: "Aleksandar Markovic <amarko...@wavecomp.com>" > --- > target/mips/translate.c | 4 ++++ > 1 file changed, 4 insertions(+)
Reviewed-by: Aleksandar Markovic <amarko...@wavecomp.com>