Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F158068238
D31217.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
447 B
Referenced Files
None
Subscribers
None
D31217.id.diff
View Options
diff --git a/sys/libkern/arm/memclr.S b/sys/libkern/arm/memclr.S
--- a/sys/libkern/arm/memclr.S
+++ b/sys/libkern/arm/memclr.S
@@ -32,11 +32,13 @@
* This implements
* void __aeabi_memclr4(void *dest, size_t len)
* by calling:
- * void bzero(dest, len)
+ * void *memset(dest, 0, len)
*/
ENTRY_NP(__aeabi_memclr4)
EENTRY_NP(__aeabi_memclr8)
- b bzero
+ mov r2, r1
+ mov r1, #0
+ b memset
EEND(__aeabi_memclr8)
END(__aeabi_memclr4)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 29, 4:09 AM (5 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33590738
Default Alt Text
D31217.id.diff (447 B)
Attached To
Mode
D31217: arm: flip memclr to use memset
Attached
Detach File
Event Timeline
Log In to Comment