- Timestamp:
- 2013-07-13T04:33:04Z (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Decompiler.class.php
r1306 r1307 859 859 } 860 860 // }}} 861 // {{{ goto 861 // {{{ goto (TODO: recognize XC_BRK) 862 862 if ($firstOp['opcode'] == XC_JMP && !empty($firstOp['jmpouts']) && $firstOp['jmpouts'][0] == $range[1] + 1) { 863 863 $this->removeJmpInfo($EX, $range[0]); 864 assert(XC_GOTO != -1); 864 865 $firstOp['opcode'] = XC_GOTO; 865 866 $target = $firstOp['op1']['var'];
Note: See TracChangeset
for help on using the changeset viewer.