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
|
||||
|
||||
// Save some space
|
||||
#ifndef SIMULATOR
|
||||
#define memcpy memmove
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue