Bug 497723 - forgot to restore callgrind output cleanup
[valgrind.git] / none / tests / nanomips / mwrap_printf.c
blobe5fa9e048f5dc6ecb746e0c1cb93f4da81a1eea1
1 void mwrap_printf(){
2 __asm__(
3 "jal printf\t\n"
4 );