Files
ftmemsim-valgrind/none/tests/nanomips/mwrap_printf.c
Petar Jovanovic 9acc066ffc mips: Add tests for nanoMIPS instruction set
Patch by Tamara Vlahovic, Aleksandar Rikalo and Dimitrije Nikolic.

Related KDE issue: #400872.
2020-01-03 17:31:35 +00:00

6 lines
64 B
C

void mwrap_printf(){
__asm__(
"jal printf\t\n"
);
}