On 6/18/25 19:37, Chao Gao wrote:
instead of delaying the RIP fixup,
fpu_reset_from_exception_fixup(); return true;
can we do
return ex_handler_default(fixup, regs);
here? Similar to what other handlers ex_handler_{fault, sgx, uaccess, ...} are doing.
Yep, good idea. I don't see any reason that this should have been special in the first place.