mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 12:03:41 +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
|
||||
.type _Ux86_64_setcontext, @function
|
||||
|
||||
|
||||
_Ux86_64_setcontext:
|
||||
|
||||
#if defined __linux__
|
||||
|
@ -76,7 +76,7 @@ _Ux86_64_setcontext:
|
|||
cmpq $UC_MCONTEXT_FPFMT_XMM,UC_MCONTEXT_FPFORMAT(%rdi)
|
||||
jne 1f
|
||||
fxrstor UC_MCONTEXT_FPSTATE(%rdi)
|
||||
1:
|
||||
1:
|
||||
#else
|
||||
#error Port me
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue