| 67 | } |
| 68 | |
| 69 | void Decoder::set_decode_region(uint64_t start, uint64_t end) |
| 70 | { |
| 71 | _decode_start_back = start; |
| 72 | _decode_end_back = end; |
| 73 | |
| 74 | if (_decode_start != start || _decode_end != end){ |
| 75 | _setted = true; |
| 76 | } |
| 77 | } |
| 78 | |
| 79 | //apply setting |
| 80 | bool Decoder::commit() |
no outgoing calls
no test coverage detected