Browse Source
[dynarmic/backend/exception_handler] normalize EH for arches, use LOG_ERROR instead of fmt::print (#4283)
[dynarmic/backend/exception_handler] normalize EH for arches, use LOG_ERROR instead of fmt::print (#4283)
Signed-off-by: lizzie <lizzie@eden-emu.dev> - [x] I have read and followed the [Contribution Guidelines](https://git.eden-emu.dev/eden-emu/eden/src/branch/master/CONTRIBUTING.md#code-contributions). - [x] I have read and followed the [AI Policy](https://git.eden-emu.dev/eden-emu/eden/src/branch/master/docs/policies/AI.md) - [x] I have read and followed the [Coding Guidelines](https://git.eden-emu.dev/eden-emu/eden/src/branch/master/docs/policies/Coding.md) to the best of my ability. ------------------- this should simplify a bit of code logic akin to NetBSD's UC_CONTEXT_PC... additionally use LOG_ERROR so the "unhandled ..." is logged unto a file before sigsegv'ing Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4283 Reviewed-by: Maufeat <sahyno1996@gmail.com> Reviewed-by: MaranBr <maranbr@eden-emu.dev>pull/4305/head
committed by
crueter
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
2 changed files with 28 additions and 53 deletions
-
75src/dynarmic/src/dynarmic/backend/exception_handler_posix.cpp
-
6src/dynarmic/src/dynarmic/common/context.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue