#216 Added ARMv7 support.
This commit is contained in:
parent
9100e3fb65
commit
aa4f8b6fa7
9 changed files with 74 additions and 16 deletions
|
@ -145,7 +145,7 @@ void ConsoleLog::print(va_list args)
|
|||
}
|
||||
|
||||
if (!isWritable()) {
|
||||
fprintf(stdout, m_buf);
|
||||
fputs(m_buf, stdout);
|
||||
fflush(stdout);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue