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