Skip to content
Snippets Groups Projects
Commit eac4a349 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Set default FPU control word to 0x37F

parent 12433301
No related branches found
No related tags found
No related merge requests found
Pipeline #10510 failed
......@@ -22,7 +22,7 @@ _start:
mov DWORD PTR [esp], 0x00001F80
# ldmxcsr [esp]
mov WORD PTR [esp], 0x031F
mov WORD PTR [esp], 0x037F
fldcw [esp]
add esp, 8
......@@ -44,7 +44,7 @@ _start:
mov DWORD PTR [rsp], 0x00001F80
ldmxcsr [rsp]
mov WORD PTR [rsp], 0x031F
mov WORD PTR [rsp], 0x037F
fldcw [rsp]
add rsp, 8
......
......@@ -98,7 +98,7 @@ __relibc_internal_pte_clone_ret:
mov DWORD PTR [esp], 0x00001F80
# TODO: ldmxcsr [esp]
mov WORD PTR [esp], 0x031F
mov WORD PTR [esp], 0x037F
fldcw [esp]
add esp, 8
......@@ -134,7 +134,7 @@ __relibc_internal_pte_clone_ret:
mov DWORD PTR [rsp], 0x00001F80
ldmxcsr [rsp]
mov WORD PTR [rsp], 0x031F
mov WORD PTR [rsp], 0x037F
fldcw [rsp]
add rsp, 8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment