aboutsummaryrefslogtreecommitdiff
path: root/src/c8asm/common.h
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-05-28 21:43:39 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-05-28 21:43:39 +0200
commit28f152d2b8ab699f8174d47d84660309c90e2527 (patch)
tree7bd2248792d53287c189e14ba5f9f8757cab2e93 /src/c8asm/common.h
parentc80e2d9d22325514382ddf0e95abe6268bd413a7 (diff)
Format code
Diffstat (limited to 'src/c8asm/common.h')
-rw-r--r--src/c8asm/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c8asm/common.h b/src/c8asm/common.h
index aa32b2b..114657a 100644
--- a/src/c8asm/common.h
+++ b/src/c8asm/common.h
@@ -3,7 +3,7 @@
#include <rune.h>
-#define DIE_AT_POS_WITH_CODE(HL, P, ...) \
+#define DIE_AT_POS_WITH_CODE(HL, P, ...) \
die_at_pos_with_code(filename, filebuf, (HL), (P)-baseptr, __VA_ARGS__);
extern size_t filesize;