mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
impr: Make sure all data is received by MCP bridge
This commit is contained in:
@@ -218,6 +218,7 @@ namespace hex::crash {
|
||||
HANDLE_SIGNAL(SIGILL);
|
||||
HANDLE_SIGNAL(SIGABRT);
|
||||
HANDLE_SIGNAL(SIGFPE);
|
||||
HANDLE_SIGNAL(SIGINT)
|
||||
|
||||
#if defined (SIGBUS)
|
||||
HANDLE_SIGNAL(SIGBUS);
|
||||
|
||||
Reference in New Issue
Block a user