We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527f305 commit 58bb3dbCopy full SHA for 58bb3db
test/system_test/cxx_init_test/main.cpp
@@ -30,6 +30,8 @@ extern "C" void _putchar(char character) { serial.Write(character); }
30
extern "C" void _putchar(char character) {
31
sbi_debug_console_write_byte(character);
32
}
33
+#elif __aarch64__
34
+extern "C" void _putchar(char character) { (void)character; }
35
#endif
36
37
template <uint32_t V>
0 commit comments