OSDN Git Service

target/mips: Add CP0 Config2 to DisasContext
authorStefan Markovic <smarkovic@wavecomp.com>
Tue, 16 Oct 2018 14:59:18 +0000 (16:59 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 18 Oct 2018 18:37:20 +0000 (20:37 +0200)
commit49735f76db25bf10f57973d5249f17151b801760
treeece866485958568c71417bf1714609fea8ca6e0f
parent908f6be1b9cbc270470230f805d6f7474ab3178d
target/mips: Add CP0 Config2 to DisasContext

Add field corresponding to CP0 Config2 to DisasContext. This is
needed for availability control via Config2 bits.

Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Stefan Markovic <smarkovic@wavecomp.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
target/mips/translate.c