summaryrefslogtreecommitdiff
path: root/sim/common/sim-core.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-10-27 03:00:12 +0000
committerAndrew Cagney <cagney@redhat.com>1997-10-27 03:00:12 +0000
commitf45dd42b32b0ea4b3eb27c180e64805b9fb548c6 (patch)
tree21067f5a15e99f60df1c8ea825550f5b1712e3cd /sim/common/sim-core.c
parent635ae9cb7cd6337401ab81144b31f6bc33e20b10 (diff)
downloadbinutils-gdb-f45dd42b32b0ea4b3eb27c180e64805b9fb548c6.tar.gz
Add 128 bit transfers to sim core.
Diffstat (limited to 'sim/common/sim-core.c')
-rw-r--r--sim/common/sim-core.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sim/common/sim-core.c b/sim/common/sim-core.c
index 92657d83b82..253ebe49890 100644
--- a/sim/common/sim-core.c
+++ b/sim/common/sim-core.c
@@ -760,7 +760,7 @@ sim_core_xor_write_buffer (SIM_DESC sd,
-/* define the read/write 1/2/4/8/word functions */
+/* define the read/write 1/2/4/8/16/word functions */
#define N 1
#include "sim-n-core.h"
@@ -778,6 +778,10 @@ sim_core_xor_write_buffer (SIM_DESC sd,
#include "sim-n-core.h"
#undef N
+#define N 16
+#include "sim-n-core.h"
+#undef N
+
#define N word
#include "sim-n-core.h"
#undef N