From 2a256aa4f1abb65afa6f3856998bfe00ac960d61 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 17 Apr 2022 12:22:04 +0300 Subject: improve node subsys + More robust alignment and less memory usage for status, from enum to bit --- lib/ubsan.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/ubsan.c') diff --git a/lib/ubsan.c b/lib/ubsan.c index 0a05e2e..906ba46 100644 --- a/lib/ubsan.c +++ b/lib/ubsan.c @@ -2,6 +2,8 @@ #include /* mostly lifted from https://github.com/Abb1x/tinyubsan/blob/master/src/tinyubsan.c */ +/* TODO: while this is really useful, it would probably be a good idea to add in + * more runtime info, see linux for example */ struct tu_source_location { const char *file; -- cgit v1.3