- Timestamp:
- 04/14/2011 07:10:42 AM (2 years ago)
- Files:
-
- 1 modified
-
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 }

