Changeset 745
- Timestamp:
- 2011-04-14T07:10:42+02:00 (2 years ago)
- File:
-
- 1 edited
-
trunk/Decompiler.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Decompiler.class.php
r744 r745 132 132 return $opstr . str($this->op2, $indent); 133 133 } 134 return $op1 . ' ' . $opstr . ' ' . foldToCodfoldToCode($this->op2, $indent);134 return str($op1) . ' ' . $opstr . ' ' . str($this->op2, $indent); 135 135 } 136 136 }
Note: See TracChangeset
for help on using the changeset viewer.

