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