** Ensure all pending jumps to current position are fixed (jumping ** to current position with no values) and reset list of pending ** jumps */
| 240 | ** jumps |
| 241 | */ |
| 242 | static void dischargejpc (FuncState *fs) { |
| 243 | patchlistaux(fs, fs->jpc, fs->pc, NO_REG, fs->pc); |
| 244 | fs->jpc = NO_JUMP; |
| 245 | } |
| 246 | |
| 247 | |
| 248 | /* |
no test coverage detected