Changeset 809
- Timestamp:
- 2011-04-27T08:44:32+02:00 (2 years ago)
- File:
-
- 1 edited
-
trunk/Decompiler.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Decompiler.class.php
r808 r809 793 793 } 794 794 // }}} 795 // {{{ try/catch795 // {{{ for 796 796 if (!empty($firstOp['jmpins']) && $opcodes[$firstOp['jmpins'][0]]['opcode'] == XC_JMP 797 797 && $lastOp['opcode'] == XC_JMP && !empty($lastOp['jmpouts']) && $lastOp['jmpouts'][0] <= $firstOp['jmpins'][0]
Note: See TracChangeset
for help on using the changeset viewer.

