Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
c7488966
Commit
c7488966
authored
Dec 09, 2015
by
danh-arm
Browse files
Merge pull request #457 from soby-mathew/sm/fix_fpregs_restore
Fix issue in Floating point register restore
parents
4ca473db
817ac8d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
bl31/aarch64/context.S
View file @
c7488966
...
...
@@ -291,7 +291,7 @@ func fpregs_context_restore
ldr
x9
,
[
x0
,
#
CTX_FP_FPSR
]
msr
fpsr
,
x9
st
r
x10
,
[
x0
,
#
CTX_FP_FPCR
]
ld
r
x10
,
[
x0
,
#
CTX_FP_FPCR
]
msr
fpcr
,
x10
/
*
...
...
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