]> Git Repo - qemu.git/commit
target/m68k: Convert to DisasContextBase
authorRichard Henderson <[email protected]>
Sat, 12 May 2018 05:02:47 +0000 (22:02 -0700)
committerLaurent Vivier <[email protected]>
Mon, 11 Jun 2018 10:43:38 +0000 (12:43 +0200)
commita575cbe01caecf22ab322a9baa5930a6d9e39ca6
tree92c0e49a2540f8fd216b2aa191ee8aeff6da0968
parent4106f26e95c83b8759c3fe61a4d3a1fa740db0a9
target/m68k: Convert to DisasContextBase

Removed ctx->insn_pc in favour of ctx->base.pc_next.
Yes, it is annoying, but didn't want to waste its 4 bytes.

Signed-off-by: Richard Henderson <[email protected]>
Message-Id: <20180512050250[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
target/m68k/translate.c
This page took 0.021739 seconds and 4 git commands to generate.