forked from Imagelibrary/binutils-gdb
sim: always enable callback memory
We enable WITH_CALLBACK_MEMORY everywhere and don't provide a way to turn it off, and no target does so. Make it unconditional for all to keep things simple.
This commit is contained in:
@@ -394,11 +394,6 @@ extern char *simulator_sysroot;
|
||||
x86) in eliminating a function call for the most common
|
||||
(raw_memory) case. */
|
||||
|
||||
#ifndef WITH_CALLBACK_MEMORY
|
||||
#define WITH_CALLBACK_MEMORY 1
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
/* Alignment:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user