aboutsummaryrefslogtreecommitdiff
path: root/src/debug.c
AgeCommit message (Collapse)Author
2024-07-07fixed crash with dbg_fdt()Kimplul
+ Apparently dbg_fdt() itself wasn't buggy, but for whatever reason GCC produced an absolute load to the prefix string in __print_prefix() which caused all the issues. Unclear why, seems like a compiler bug. This commit is more of a workaround, I'd still like to investigate this further.
2024-05-24rename common to srcKimplul
+ I keep starting to type src and wondering why autocomplete won't work, I guess src is just uncounciously a better name