systrap: don't change an fpu state from the stub code

syshandler doesn't expect that the current fpu state can be changed.

Reported-by: syzbot+d51c9b676e1eebdfde0a@syzkaller.appspotmail.com
PiperOrigin-RevId: 547964140
This commit is contained in:
Andrei Vagin
2023-07-13 16:46:44 -07:00
committed by gVisor bot
parent 02ed5839a7
commit ffcbc70b9a
@@ -23,6 +23,7 @@ def cc_pie_obj(name, srcs, outs):
) +
" -fno-builtin " +
"-ffreestanding " +
"-mgeneral-regs-only " +
"-g " +
"-Wa,--noexecstack " +
"-fno-asynchronous-unwind-tables " +