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