Select Git revision
-
Maximilian Ott authored
To handle synchronous exception properly, the sync_handler is added. Also, the first derived handler is implemented. Pagefaults will be diagnosed verbosely.
Maximilian Ott authoredTo handle synchronous exception properly, the sync_handler is added. Also, the first derived handler is implemented. Pagefaults will be diagnosed verbosely.
main.cc 74 B
extern "C" int main(void) {
char* t = nullptr;
*t = 0x42;
return 0;
}