From 9e2720ca086a74cfb6fa595da8c42e6cd24352ee Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 11 Sep 2022 17:49:24 +0300 Subject: change external directory structure + Prepare for possibly testing rv32 + Also remove newline from debugging output --- include/apos/debug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/apos') diff --git a/include/apos/debug.h b/include/apos/debug.h index 6d428fe..e7172f5 100644 --- a/include/apos/debug.h +++ b/include/apos/debug.h @@ -357,13 +357,13 @@ void setup_io_dbg(struct vmem *vmem); * Format to append to helper debugging classes. * See \ref bug(), \ref warn(), \ref info() and \ref error(). */ -#define COMMON_FORMAT "[%s] %s:%d\n\t" +#define COMMON_FORMAT "[%s] %s: " /** * Helper for helper classes. * See \ref bug(), \ref warn(), \ref info(), \ref error(). */ -#define COMMON_ARGS(s) s, __FILE__, __LINE__ +#define COMMON_ARGS(s) s, __FILE__ ":" QUOTE( __LINE__) /** @} */ -- cgit v1.3