mirror of
https://github.com/ksherlock/mpw.git
synced 2025-02-16 12:30:53 +00:00
Log with no formatting.
This commit is contained in:
parent
84598e0ac7
commit
3f5efae581
@ -18,6 +18,11 @@ namespace ToolBox
|
|||||||
if (Trace) fprintf(stderr, format, args...);
|
if (Trace) fprintf(stderr, format, args...);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
inline void Log(const char *format)
|
||||||
|
{
|
||||||
|
if (Trace) fputs(format, stderr);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
void dispatch(uint16_t trap);
|
void dispatch(uint16_t trap);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user