(self, next_block)
| 1060 | self.instructions.append(self.exit_condition) |
| 1061 | |
| 1062 | def get_offset(self, next_block): |
| 1063 | return next_block.offset - (self.offset + len(self.instructions)) |
| 1064 | |
| 1065 | def adjust_jump(self): |
| 1066 | """Set the correct relative jump offset""" |
no outgoing calls
no test coverage detected