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
Kirill Smelkov
linux
Commits
08dbea79
Commit
08dbea79
authored
Mar 29, 2003
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NWFPE] Clean up indentation in assembly files.
parent
c80adf9e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
24 deletions
+23
-24
arch/arm/nwfpe/entry.S
arch/arm/nwfpe/entry.S
+22
-22
arch/arm/nwfpe/entry26.S
arch/arm/nwfpe/entry26.S
+1
-2
No files found.
arch/arm/nwfpe/entry.S
View file @
08dbea79
...
...
@@ -73,7 +73,7 @@ several floating point instructions. */
.
globl
nwfpe_enter
nwfpe_enter
:
mov
r4
,
lr
@
save
the
failure
-
return
addresses
mov
sl
,
sp
mov
sl
,
sp
@
we
access
the
registers
via
'sl'
ldr
r5
,
[
sp
,
#
60
]
@
get
contents
of
PC
;
emulate
:
...
...
arch/arm/nwfpe/entry26.S
View file @
08dbea79
...
...
@@ -66,7 +66,6 @@ several floating point instructions. */
.
globl
nwfpe_enter
nwfpe_enter
:
mov
sl
,
sp
ldr
r5
,
[
sp
,
#
60
]
@
get
contents
of
PC
bic
r5
,
r5
,
#
0xfc000003
ldr
r0
,
[
r5
,
#-
4
]
@
get
actual
instruction
into
r0
...
...
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