]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/sim-core.h
Change "xor" name in cpu_core to allow building with iso646.h or C++ compiler
[thirdparty/binutils-gdb.git] / sim / common / sim-core.h
index ccfe48fba607872ca1b27f7b345e044594ec8145..305d1564b3b42177e450f7ea4bd568843297db5e 100644 (file)
@@ -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;