mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-03-14 04:00:08 +01:00
Trim spaces
This commit is contained in:
parent
fd88f41818
commit
a40641f326
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
*/
|
*/
|
||||||
.global _Ux86_64_setcontext
|
.global _Ux86_64_setcontext
|
||||||
.type _Ux86_64_setcontext, @function
|
.type _Ux86_64_setcontext, @function
|
||||||
|
|
||||||
_Ux86_64_setcontext:
|
_Ux86_64_setcontext:
|
||||||
|
|
||||||
#if defined __linux__
|
#if defined __linux__
|
||||||
|
@ -76,7 +76,7 @@ _Ux86_64_setcontext:
|
||||||
cmpq $UC_MCONTEXT_FPFMT_XMM,UC_MCONTEXT_FPFORMAT(%rdi)
|
cmpq $UC_MCONTEXT_FPFMT_XMM,UC_MCONTEXT_FPFORMAT(%rdi)
|
||||||
jne 1f
|
jne 1f
|
||||||
fxrstor UC_MCONTEXT_FPSTATE(%rdi)
|
fxrstor UC_MCONTEXT_FPSTATE(%rdi)
|
||||||
1:
|
1:
|
||||||
#else
|
#else
|
||||||
#error Port me
|
#error Port me
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue