]> git.proxmox.com Git - qemu.git/commit - tcg/ppc/tcg-target.c
tcg: Name the opcode enumeration.
authorRichard Henderson <rth@twiddle.net>
Fri, 19 Mar 2010 18:12:29 +0000 (11:12 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 26 Mar 2010 20:28:24 +0000 (21:28 +0100)
commita975160954d22c6330b81b5613bd5613f0935011
tree88997b02f72cd46f0f65f58d84755c962f13abcf
parenta63b5829af498775c24f685f4a40ceec3a8f93ba
tcg: Name the opcode enumeration.

Give the enumeration formed from tcg-opc.h a name: TCGOpcode.
Use that enumeration type instead of "int" whereever appropriate.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
12 files changed:
tcg/arm/tcg-target.c
tcg/hppa/tcg-target.c
tcg/i386/tcg-target.c
tcg/mips/tcg-target.c
tcg/ppc/tcg-target.c
tcg/ppc64/tcg-target.c
tcg/s390/tcg-target.c
tcg/sparc/tcg-target.c
tcg/tcg-op.h
tcg/tcg.c
tcg/tcg.h
tcg/x86_64/tcg-target.c