]> Git Repo - qemu.git/commit - target/mips/translate.c
target/mips: use *ctx for DisasContext
authorEmilio G. Cota <[email protected]>
Fri, 16 Feb 2018 01:45:46 +0000 (20:45 -0500)
committerRichard Henderson <[email protected]>
Wed, 9 May 2018 17:12:21 +0000 (10:12 -0700)
commit12be92588cf26a192f1b62846906983fc1e102a7
tree36ea6f4225f8ff3a47d313a90c11f6dcab780e1a
parenteeb3bba8477cebc46c482ef37d565d54e771c2d3
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 <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Cc: Aurelien Jarno <[email protected]>
Cc: Yongbok Kim <[email protected]>
Signed-off-by: Emilio G. Cota <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
target/mips/translate.c
This page took 0.024646 seconds and 4 git commands to generate.