From fe438ca1ab2f5c6e1bf14dce184c588808e557d2 Mon Sep 17 00:00:00 2001 From: Claire Xenia Wolf Date: Sun, 30 Oct 2022 18:57:50 +0100 Subject: [PATCH] Add missing log_dump_val_worker forward declarations Signed-off-by: Claire Xenia Wolf --- kernel/log.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kernel/log.h b/kernel/log.h index 8ef6e6d0e..822816cb4 100644 --- a/kernel/log.h +++ b/kernel/log.h @@ -393,6 +393,11 @@ void log_dump_val_worker(RTLIL::IdString v); void log_dump_val_worker(RTLIL::SigSpec v); void log_dump_val_worker(RTLIL::State v); +template static inline void log_dump_val_worker(dict &v); +template static inline void log_dump_val_worker(pool &v); +template static inline void log_dump_val_worker(std::vector &v); +template static inline void log_dump_val_worker(T *ptr); + template static inline void log_dump_val_worker(dict &v) { log("{");