mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-23 20:21:14 +00:00
Debugger: Simplify console print (PR #1038)
. Simplify console display functions using StrFormat() . Update TestDebugger that needs StrFormat() now
This commit is contained in:
@@ -54,14 +54,8 @@ Update_t ConsoleUpdate ()
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool ConsoleBufferPush ( const char * pText )
|
||||
void ConsoleBufferPush ( const char * pText )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
bool ConsoleBufferPushVa ( char* buf, size_t bufsz, const char * pFormat, va_list va )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
// From Debugger_DisassemblerData.cpp
|
||||
|
||||
Reference in New Issue
Block a user