]> Git Repo - qemu.git/commit - target/s390x/translate.c
target: [tcg] Use a generic enum for DISAS_ values
authorLluís Vilanova <[email protected]>
Fri, 14 Jul 2017 08:21:37 +0000 (11:21 +0300)
committerRichard Henderson <[email protected]>
Wed, 6 Sep 2017 15:06:47 +0000 (08:06 -0700)
commit77fc6f5e28667634916f114ae04c6029cd7b9c45
tree24bdfd7f87b8f817373c31c7860b27daed30f40f
parenta0c231e651b249960906f250b8e5eef5ed9888c4
target: [tcg] Use a generic enum for DISAS_ values

Used later. An enum makes expected values explicit and
bounds the value space of switches.

Signed-off-by: Lluís Vilanova <[email protected]>
Reviewed-by: Emilio G. Cota <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-Id: <150002049746.22386.2316077281615710615[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
14 files changed:
include/exec/exec-all.h
include/exec/translator.h [new file with mode: 0644]
target/arm/translate.c
target/arm/translate.h
target/cris/translate.c
target/i386/translate.c
target/lm32/translate.c
target/m68k/translate.c
target/microblaze/translate.c
target/nios2/translate.c
target/openrisc/translate.c
target/s390x/translate.c
target/unicore32/translate.c
target/xtensa/translate.c
This page took 0.046194 seconds and 4 git commands to generate.