Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149515863
D31217.id92423.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
300 B
Referenced Files
None
Subscribers
None
D31217.id92423.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
@@ -36,7 +36,9 @@
*/
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
Wed, Mar 25, 11:47 PM (8 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30284306
Default Alt Text
D31217.id92423.diff (300 B)
Attached To
Mode
D31217: arm: flip memclr to use memset
Attached
Detach File
Event Timeline
Log In to Comment