Changeset 290


Ignore:
Timestamp:
Jan 13, 2004, 5:11:12 PM (21 years ago)
Author:
Gary Byers
Message:

DISASSEMBLE's output should go to *STANDARD-OUTPUT*.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/PPC/ppc-disassemble.lisp

    r222 r290  
    311311
    312312
    313 (defun ppc-Xdisassemble (fn-vector &key (for-lap nil) (stream *debug-io*))
     313(defun ppc-Xdisassemble (fn-vector &key (for-lap nil) (stream *standard-output*))
    314314  (print-ppc-instructions stream (function-to-dll-header fn-vector)
    315315                          (if for-lap (list (uvref fn-vector (- (uvsize fn-vector) 2)))))
Note: See TracChangeset for help on using the changeset viewer.