Changeset 5769
- Timestamp:
- Jan 21, 2007, 5:46:27 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/PPC/PPC64/ppc64-arch.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/PPC/PPC64/ppc64-arch.lisp
r5750 r5769 973 973 974 974 (defppc64archmacro ccl::with-ffcall-results ((buf) &body body) 975 (let* ((size (+ (* 8 8) (* 318))))975 (let* ((size (+ (* 8 8) (* 13 8)))) 976 976 `(ccl::%stack-block ((,buf ,size)) 977 977 ,@body)))
Note:
See TracChangeset
for help on using the changeset viewer.
