Changeset 5714


Ignore:
Timestamp:
Jan 18, 2007, 2:53:03 AM (18 years ago)
Author:
Gary Byers
Message:

WITH-FFCALL-RESULTS arch macro.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/PPC/PPC32/ppc32-arch.lisp

    r5649 r5714  
    904904  v)
    905905
     906(defppc32archmacro ccl::with-ffcall-results ((buf) &body body)
     907  (let* ((size (+ (* 8 4) (* 31 8))))
     908    `(%stack-block ((,buf ,size))
     909      ,@body)))
     910
    906911(provide "PPC32-ARCH")
Note: See TracChangeset for help on using the changeset viewer.