** Remove the last instruction created, correcting line information ** accordingly. */
| 372 | ** accordingly. |
| 373 | */ |
| 374 | static void removelastinstruction (FuncState *fs) { |
| 375 | removelastlineinfo(fs); |
| 376 | fs->pc--; |
| 377 | } |
| 378 | |
| 379 | |
| 380 | /* |
no test coverage detected