** Remove the last instruction created, correcting line information ** accordingly. */
| 378 | ** accordingly. |
| 379 | */ |
| 380 | static void removelastinstruction (FuncState *fs) { |
| 381 | removelastlineinfo(fs); |
| 382 | fs->pc--; |
| 383 | } |
| 384 | |
| 385 | |
| 386 | /* |
no test coverage detected