#define the appropriate symbol and #include bcopy.S.
This commit is contained in:
parent
87a251f506
commit
b5c51ee600
|
@ -0,0 +1,2 @@
|
|||
#defined MEMCOPY
|
||||
#include "bcopy.S"
|
|
@ -0,0 +1,2 @@
|
|||
#defined MEMMOVE
|
||||
#include "bcopy.S"
|
Loading…
Reference in New Issue