Disable memcpy/memmove optimazation in simulat0r, it collides with the efforts not to interfere with libc
This commit is contained in:
parent
a76eab9218
commit
b99031694a
|
@ -62,7 +62,9 @@ typedef unsigned char byte_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Save some space
|
// Save some space
|
||||||
|
#ifndef SIMULATOR
|
||||||
#define memcpy memmove
|
#define memcpy memmove
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue