MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / log_printf

Function log_printf

tinyemu/riscv_cpu.c:82–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80#endif
81
82static void __attribute__((format(printf, 1, 2), unused)) log_printf(const char *fmt, ...)
83{
84 va_list ap;
85 va_start(ap, fmt);
86 log_vprintf(fmt, ap);
87 va_end(ap);
88}
89
90#if MAX_XLEN == 128
91static void fprint_target_ulong(FILE *f, target_ulong a)

Callers 2

raise_exception2Function · 0.85

Calls 1

log_vprintfFunction · 0.85

Tested by

no test coverage detected