diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-04-17 12:22:04 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-04-17 12:22:04 +0300 |
| commit | 2a256aa4f1abb65afa6f3856998bfe00ac960d61 (patch) | |
| tree | 9ced465d8dbbad184319ceb737b0d2943d7e2b91 /lib/ubsan.c | |
| parent | 67c9dc06ca0b5aec6430d50af9444bbe85b6deb5 (diff) | |
| download | kmi-2a256aa4f1abb65afa6f3856998bfe00ac960d61.tar.gz kmi-2a256aa4f1abb65afa6f3856998bfe00ac960d61.zip | |
improve node subsys
+ More robust alignment and less memory usage for status, from enum to
bit
Diffstat (limited to 'lib/ubsan.c')
| -rw-r--r-- | lib/ubsan.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <apos/debug.h> /* 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; |
