Fix typo.
This commit is contained in:
parent
8ba0fc0dab
commit
a317dd6322
|
@ -1,6 +1,6 @@
|
|||
/* $NetBSD: memcpy.S,v 1.2 2012/12/12 15:51:09 matt Exp $ */
|
||||
/* $NetBSD: memcpy.S,v 1.3 2013/02/08 01:41:35 matt Exp $ */
|
||||
|
||||
#if !defined(_ARM_ARCH_DWORK_OK) || defined(_STANDALONE)
|
||||
#if !defined(_ARM_ARCH_DWORD_OK) || defined(_STANDALONE)
|
||||
#include "memcpy_arm.S"
|
||||
#else
|
||||
#include "memcpy_xscale.S"
|
||||
|
|
Loading…
Reference in New Issue