Changeset 8355
- Timestamp:
- Jan 29, 2008, 2:23:19 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/source/compiler/X86/x862.lisp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/compiler/X86/x862.lisp
r7981 r8355 1009 1009 (with-x86-local-vinsn-macros (seg) 1010 1010 (unless *x862-reckless* 1011 ( whenrev-req-args1012 (! check-min- nargs min))1013 (! check-max-nargs max))1011 (if rev-req-args 1012 (! check-min-max-nargs min max) 1013 (! check-max-nargs max))) 1014 1014 (if (> min $numx8664argregs) 1015 1015 (! save-lisp-context-in-frame) … … 5613 5613 (when hardopt 5614 5614 (x862-reserve-vstack-lcells num-opt) 5615 (x862-lri seg x8664::imm0 (ash num-opt *x862-target-fixnum-shift*))5615 5616 5616 5617 5617 ;; ! opt-supplied-p wants nargs to contain the … … 5625 5625 ((= 2 num-opt) 5626 5626 (! two-opt-supplied-p)) 5627 (t (! opt-supplied-p)))) 5627 (t 5628 (! opt-supplied-p num-opt)))) 5628 5629 (let* ((nwords-vpushed (+ num-fixed 5629 5630 num-opt
Note:
See TracChangeset
for help on using the changeset viewer.
