Commit c7488966 authored by danh-arm's avatar 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
......@@ -291,7 +291,7 @@ func fpregs_context_restore
ldr x9, [x0, #CTX_FP_FPSR]
msr fpsr, x9
str x10, [x0, #CTX_FP_FPCR]
ldr x10, [x0, #CTX_FP_FPCR]
msr fpcr, x10
/*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment