]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
jit: use ucontext_t for gregset access
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Sun, 31 May 2026 02:56:31 +0000 (19:56 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Sun, 31 May 2026 07:33:15 +0000 (00:33 -0700)
commit14ede204118af26b21fb18a42c629430a39f0c5d
tree6d5c7516d8ddb45e242962e2e5f56b2c8811e615
parent91fcb27c9b455a22e732f10c01a3062fb9b98470
jit: use ucontext_t for gregset access

The generic Unix exception path works with ucontext_t directly. Use that
typedef instead of struct ucontext so platforms that expose only
ucontext_t still build.
jit/exception_handler.cpp