aboutsummaryrefslogtreecommitdiff
path: root/tcg/sparc/tcg-target.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-11-21 14:36:55 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2011-11-21 14:36:55 -0600
commit1571b6cba25df6d000b2539b8ba399839d15f9b6 (patch)
treea9b92e81d01e08e76477127d1e3dae07eaeca212 /tcg/sparc/tcg-target.h
parent54dcd0b37e3e4e9fb25cb4e9965d6ba45eb0d2b4 (diff)
parentbc4268998d154b9b3cc86a7b6bd932cc974591c9 (diff)
downloadqemu-1571b6cba25df6d000b2539b8ba399839d15f9b6.zip
qemu-1571b6cba25df6d000b2539b8ba399839d15f9b6.tar.gz
qemu-1571b6cba25df6d000b2539b8ba399839d15f9b6.tar.bz2
Merge remote-tracking branch 'origin/master' into staging
Diffstat (limited to 'tcg/sparc/tcg-target.h')
-rw-r--r--tcg/sparc/tcg-target.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcg/sparc/tcg-target.h b/tcg/sparc/tcg-target.h
index 1464ef4..c3fe131 100644
--- a/tcg/sparc/tcg-target.h
+++ b/tcg/sparc/tcg-target.h
@@ -27,7 +27,7 @@
#define TCG_TARGET_NB_REGS 32
-enum {
+typedef enum {
TCG_REG_G0 = 0,
TCG_REG_G1,
TCG_REG_G2,
@@ -60,7 +60,7 @@ enum {
TCG_REG_I5,
TCG_REG_I6,
TCG_REG_I7,
-};
+} TCGReg;
#define TCG_CT_CONST_S11 0x100
#define TCG_CT_CONST_S13 0x200