summaryrefslogtreecommitdiff
path: root/coroutine/arm64/Context.h
diff options
context:
space:
mode:
Diffstat (limited to 'coroutine/arm64/Context.h')
-rw-r--r--coroutine/arm64/Context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/coroutine/arm64/Context.h b/coroutine/arm64/Context.h
index dd8b1d78dd..770e81b076 100644
--- a/coroutine/arm64/Context.h
+++ b/coroutine/arm64/Context.h
@@ -14,7 +14,7 @@
extern "C" {
#endif
-#define COROUTINE void
+#define COROUTINE __attribute__((noreturn)) void
const size_t COROUTINE_REGISTERS = 0xb0 / 8;