summaryrefslogtreecommitdiffstats
path: root/sys/libkern/arm/memcpy.S
diff options
context:
space:
mode:
Diffstat (limited to 'sys/libkern/arm/memcpy.S')
-rw-r--r--sys/libkern/arm/memcpy.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/libkern/arm/memcpy.S b/sys/libkern/arm/memcpy.S
index b2997db..9fca8f6 100644
--- a/sys/libkern/arm/memcpy.S
+++ b/sys/libkern/arm/memcpy.S
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Andrew Turner
+ * Copyright (C) 2013 Andrew Turner
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$");
ENTRY_NP(__aeabi_memcpy)
b memcpy
+END(__aeabi_memcpy)
#endif
OpenPOWER on IntegriCloud