Changeset 7965
- Timestamp:
- Dec 29, 2007, 3:22:45 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/compiler/PPC/PPC64/ppc64-vinsns.lisp
r6460 r7965 3721 3721 3722 3722 (defmacro define-ppc64-subprim-jump-vinsn ((name &rest other-attrs) spno) 3723 `(define-ppc64-vinsn (,name :jump :jumpLR ,@other-attrs) (() ())3723 `(define-ppc64-vinsn (,name :jumpLR ,@other-attrs) (() ()) 3724 3724 (ba ,spno))) 3725 3725 … … 3850 3850 ;;; really known, it should probably be inlined (stack-cleanup, value 3851 3851 ;;; transfer & jump ...) 3852 (define-ppc64-vinsn (throw :jump :jump-unknown) (()3852 (define-ppc64-vinsn (throw :jump-unknown) (() 3853 3853 ()) 3854 3854 (bla .SPthrow))
Note: See TracChangeset
for help on using the changeset viewer.