diff options
author | Emilio G. Cota <cota@braap.org> | 2018-02-15 20:45:46 -0500 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2018-05-09 10:12:21 -0700 |
commit | 12be92588cf26a192f1b62846906983fc1e102a7 (patch) | |
tree | 36ea6f4225f8ff3a47d313a90c11f6dcab780e1a /qemu-doc.texi | |
parent | eeb3bba8477cebc46c482ef37d565d54e771c2d3 (diff) | |
download | qemu-12be92588cf26a192f1b62846906983fc1e102a7.zip qemu-12be92588cf26a192f1b62846906983fc1e102a7.tar.gz qemu-12be92588cf26a192f1b62846906983fc1e102a7.tar.bz2 |
target/mips: use *ctx for DisasContext
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: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Cc: Yongbok Kim <yongbok.kim@mips.com>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'qemu-doc.texi')
0 files changed, 0 insertions, 0 deletions