()
| 238 | } |
| 239 | |
| 240 | clean() { |
| 241 | super.clean(); |
| 242 | this._clean_branch_ctx(); |
| 243 | this.is_saved = false; |
| 244 | this.is_stale = false; |
| 245 | this.position = 0; |
| 246 | } |
| 247 | |
| 248 | push_get_retval() { |
| 249 | this.push_gadget('pop rdi; ret'); |
nothing calls this directly
no test coverage detected