| 601 | |
| 602 | |
| 603 | bool sp_parser_data::add_cont_backpatch_entry(sp_lex_branch_instr *i) |
| 604 | { |
| 605 | i->set_cont_dest(m_cont_level); |
| 606 | return m_cont_backpatch.push_front(i); |
| 607 | } |
| 608 | |
| 609 | |
| 610 | void sp_parser_data::do_cont_backpatch(uint dest) |
nothing calls this directly
no test coverage detected