aboutsummaryrefslogtreecommitdiff
path: root/target/rx/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/rx/cpu.h')
-rw-r--r--target/rx/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/rx/cpu.h b/target/rx/cpu.h
index 58adf9edf6..0f3d9d5bd9 100644
--- a/target/rx/cpu.h
+++ b/target/rx/cpu.h
@@ -65,7 +65,7 @@ enum {
NUM_REGS = 16,
};
-typedef struct CPURXState {
+typedef struct CPUArchState {
/* CPU registers */
uint32_t regs[NUM_REGS]; /* general registers */
uint32_t psw_o; /* O bit of status register */