1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-13 01:52:50 -05:00

#216 Added ARMv7 support.

This commit is contained in:
XMRig
2017-11-26 22:23:23 +03:00
parent 9100e3fb65
commit aa4f8b6fa7
9 changed files with 74 additions and 16 deletions

View File

@@ -145,7 +145,7 @@ void ConsoleLog::print(va_list args)
}
if (!isWritable()) {
fprintf(stdout, m_buf);
fputs(m_buf, stdout);
fflush(stdout);
}
else {