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