forked from Imagelibrary/binutils-gdb
Add 128 bit transfers to sim core.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user