Changeset 8019 for branches/working-0711/ccl/compiler/X86/x862.lisp
- Timestamp:
- Jan 8, 2008, 8:38:49 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/compiler/X86/x862.lisp
r7938 r8019 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)
Note: See TracChangeset
for help on using the changeset viewer.