Fix a linux waterbox-releated crash

Repro steps:
1) Load any waterbox core
2) Do anything that would trigger a NullReferenceException on C# side that you'd normally expect to be caught
This commit is contained in:
nattthebear 2020-07-12 11:03:12 -04:00
parent 06fa96e335
commit beb51ab286
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@ -139,7 +139,6 @@ mod trip_pal {
} else {
transmute::<usize, SaHandler>(sa_old.sa_sigaction)(sig);
}
abort();
}
}
unsafe {