targets/plc_debug.c
changeset 1479 8f41aa88aa46
parent 1459 c9065fb5de0a
child 1677 db05cb9e0439
equal deleted inserted replaced
1478:69fe0b81e951 1479:8f41aa88aa46
   147 }
   147 }
   148 
   148 
   149 
   149 
   150 void Retain(unsigned int offset, unsigned int count, void * p);
   150 void Retain(unsigned int offset, unsigned int count, void * p);
   151 
   151 
   152 inline void BufferIterator(dbgvardsc_t *dsc, int do_debug)
   152 static inline void BufferIterator(dbgvardsc_t *dsc, int do_debug)
   153 {
   153 {
   154     void *real_value_p = NULL;
   154     void *real_value_p = NULL;
   155     void *visible_value_p = NULL;
   155     void *visible_value_p = NULL;
   156     char flags = 0;
   156     char flags = 0;
   157 
   157