aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource/generated.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/csource/generated.go')
-rw-r--r--pkg/csource/generated.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/csource/generated.go b/pkg/csource/generated.go
index e78362b29..14de0ba08 100644
--- a/pkg/csource/generated.go
+++ b/pkg/csource/generated.go
@@ -2082,7 +2082,7 @@ static void segv_handler(void)
longjmp(segv_env, 1);
}
debug("recover: exiting\n");
- doexit(SIGSEGV);
+ doexit_thread(SIGSEGV);
}
static zx_status_t update_exception_thread_regs(zx_handle_t exception)
@@ -2296,7 +2296,7 @@ static long syz_future_time(volatile long when)
break;
}
zx_time_t now = 0;
- zx_clock_get(ZX_CLOCK_MONOTONIC, &now);
+ zx_clock_read(ZX_CLOCK_MONOTONIC, &now);
return now + delta_ms * 1000 * 1000;
}
#endif