diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-10-27 03:00:12 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-10-27 03:00:12 +0000 |
commit | f45dd42b32b0ea4b3eb27c180e64805b9fb548c6 (patch) | |
tree | 21067f5a15e99f60df1c8ea825550f5b1712e3cd /sim/common/sim-core.c | |
parent | 635ae9cb7cd6337401ab81144b31f6bc33e20b10 (diff) | |
download | binutils-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.c | 6 |
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 |