1 2 3 4 5 6 7 8 9
#include "mips-nonpic.h" int hit_pic_call = 0; void pic_call () { nonpic_nothing (); nonpic_addr (); hit_pic_call++; }