Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
9fa4d536
Commit
9fa4d536
authored
Jan 20, 2004
by
Nicolas Pitre
Committed by
Russell King
Jan 20, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM PATCH] 1735/1: correct memcpy return value on ARM
Patch from Nicolas Pitre
parent
fc1a59c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
arch/arm/lib/memcpy.S
arch/arm/lib/memcpy.S
+3
-3
No files found.
arch/arm/lib/memcpy.S
View file @
9fa4d536
...
@@ -16,14 +16,14 @@
...
@@ -16,14 +16,14 @@
#define ENTER \
#define ENTER \
mov
ip
,
sp
;\
mov
ip
,
sp
;\
stmfd
sp
!,{
r4
-
r9
,
fp
,
ip
,
lr
,
pc
}
;\
stmfd
sp
!,{
r
0
,
r
4
-
r9
,
fp
,
ip
,
lr
,
pc
}
;\
sub
fp
,
ip
,#
4
sub
fp
,
ip
,#
4
#define EXIT \
#define EXIT \
LOADREGS
(
ea
,
fp
,
{
r4
-
r9
,
fp
,
sp
,
pc
})
LOADREGS
(
ea
,
fp
,
{
r
0
,
r
4
-
r9
,
fp
,
sp
,
pc
})
#define EXITEQ \
#define EXITEQ \
LOADREGS
(
eqea
,
fp
,
{
r4
-
r9
,
fp
,
sp
,
pc
})
LOADREGS
(
eqea
,
fp
,
{
r
0
,
r
4
-
r9
,
fp
,
sp
,
pc
})
/*
/*
*
Prototype
:
void
memcpy
(
void
*
to
,
const
void
*
from
,
unsigned
long
n
)
;
*
Prototype
:
void
memcpy
(
void
*
to
,
const
void
*
from
,
unsigned
long
n
)
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment