mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-12 14:20:04 +00:00
Patch by Tamara Vlahovic, Aleksandar Rikalo and Dimitrije Nikolic. Related KDE issue: #400872.
6 lines
64 B
C
6 lines
64 B
C
void mwrap_printf(){
|
|
__asm__(
|
|
"jal printf\t\n"
|
|
);
|
|
}
|