1 2 3 4 5 6 7 8 9
#include "mips-nonpic.h" int hit_nonpic_call = 0; void nonpic_call () { pic_nothing (); pic_addr (); hit_nonpic_call++; }