| 102 | } |
| 103 | |
| 104 | static inline void put(BurpGlobals* tdgbl, UCHAR c) |
| 105 | { |
| 106 | --tdgbl->mvol_io_cnt; |
| 107 | *tdgbl->mvol_io_ptr++ = c; |
| 108 | } |
| 109 | |
| 110 | #ifdef DEBUG |
| 111 | static UCHAR debug_on = 0; // able to turn this on in debug mode |
no outgoing calls
no test coverage detected