示例#1
0
 CFGBlock* find_block(int ip) {
   Blocks::iterator i = blocks_.find(ip);
   if(i == blocks_.end()) return 0;
   return i->second;
 }