Fix clobber list for backtrace asm
In case of an aggressive optimization coro_unwcontext might be inlined, so it's should be good to add rax/eax to asm clobber list.
Loading
Please register or sign in to comment
In case of an aggressive optimization coro_unwcontext might be inlined, so it's should be good to add rax/eax to asm clobber list.