Skip to content
Snippets Groups Projects
Commit 72898ff1 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

Merge branch 'mark_die_no_return' into 'master'

declare die() as noreturn

See merge request i4/manycore/emper!8
parents 42dd66fa 2c0a5c76
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,6 @@ typedef std::function<void(void)> func_t;
#define ALIGN_TO_CACHE_LINE alignas(64)
void die(const char* message, bool usePerror);
[[noreturn]] void die(const char* message, bool usePerror);
typedef unsigned int WORD;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment