mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 00:32:44 +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...);
|
||||
}
|
||||
|
||||
inline void Log(const char *format)
|
||||
{
|
||||
if (Trace) fputs(format, stderr);
|
||||
}
|
||||
|
||||
|
||||
void dispatch(uint16_t trap);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user