diff options
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; |
