summaryrefslogtreecommitdiff
path: root/util/assert.h
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-07-02 13:45:09 -0700
committerJulian Blake Kongslie2022-07-02 13:45:09 -0700
commitc72951a36d6cb9775dc1ecd9bc26bc13e796f10c (patch)
tree5a8fe196beba5c7c674d1b3d627c9a0beac849f5 /util/assert.h
parentTrivial code reorg. (diff)
downloadissim-c72951a36d6cb9775dc1ecd9bc26bc13e796f10c.tar.xz
Dropping the async interface, and adding some real uarch.
Diffstat (limited to 'util/assert.h')
-rw-r--r--util/assert.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/assert.h b/util/assert.h
new file mode 100644
index 0000000..84bd44c
--- /dev/null
+++ b/util/assert.h
@@ -0,0 +1,3 @@
1#pragma once
2
3void ASSERT(bool cond, const char *msg);