aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/sim-core.h')
-rw-r--r--sim/common/sim-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-core.h b/sim/common/sim-core.h
index ccfe48f..305d156 100644
--- a/sim/common/sim-core.h
+++ b/sim/common/sim-core.h
@@ -89,7 +89,7 @@ struct _sim_core {
typedef struct _sim_cpu_core {
sim_core_common common;
- address_word xor[WITH_XOR_ENDIAN + 1]; /* +1 to avoid zero-sized array */
+ address_word byte_xor[WITH_XOR_ENDIAN + 1]; /* +1 to avoid zero-sized array */
} sim_cpu_core;