From: kvigor Date: Fri, 11 May 2001 06:03:03 +0000 (+0000) Subject: use memcpyx on TINI: up to 432 dhry/sec X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=aa1f4332df5768731d5dd629a529c90436d4cc93;p=fw%2Fsdcc use memcpyx on TINI: up to 432 dhry/sec git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@800 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/support/tests/dhrystone/dhry.c b/support/tests/dhrystone/dhry.c index 0f19332b..35f44672 100644 --- a/support/tests/dhrystone/dhry.c +++ b/support/tests/dhrystone/dhry.c @@ -53,6 +53,7 @@ #define clock() ClockTicks() #define CLOCKS_PER_SEC 1000 #undef PRINT_T_STATES +#define memcpy(d,s,l) memcpyx(d,s,l) #else /** For clock() */ #include