diff --git a/vlib/builtin/builtin_windows.c.v b/vlib/builtin/builtin_windows.c.v index 22fd65afd8..cd52408a2e 100644 --- a/vlib/builtin/builtin_windows.c.v +++ b/vlib/builtin/builtin_windows.c.v @@ -243,7 +243,7 @@ fn unhandled_exception_handler(e &ExceptionPointers) int { match e.exception_record.code { // These are 'used' by the backtrace printer // so we dont want to catch them... - 0x4001000A, 0x40010006 { + 0x4001000A, 0x40010006, 0xE06D7363 { return 0 } else {