Changeset 5714
- Timestamp:
- Jan 18, 2007, 2:53:03 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/PPC/PPC32/ppc32-arch.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/PPC/PPC32/ppc32-arch.lisp
r5649 r5714 904 904 v) 905 905 906 (defppc32archmacro ccl::with-ffcall-results ((buf) &body body) 907 (let* ((size (+ (* 8 4) (* 31 8)))) 908 `(%stack-block ((,buf ,size)) 909 ,@body))) 910 906 911 (provide "PPC32-ARCH")
Note:
See TracChangeset
for help on using the changeset viewer.
