targets/plc_debug.c
changeset 1911 c1298e7ffe3a
parent 1479 8f41aa88aa46
child 1677 db05cb9e0439
equal deleted inserted replaced
1910:a375e31bf312 1911:c1298e7ffe3a
   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