#define the appropriate symbol and #include bcopy.S.

This commit is contained in:
mycroft 1993-12-06 22:13:08 +00:00
parent 87a251f506
commit b5c51ee600
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#defined MEMCOPY
#include "bcopy.S"

View File

@ -0,0 +1,2 @@
#defined MEMMOVE
#include "bcopy.S"