Changeset 9402
- Timestamp:
- May 7, 2008, 9:15:58 PM (17 years ago)
- File:
-
- 1 edited
-
branches/ia32/level-1/x86-error-signal.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/level-1/x86-error-signal.lisp
r9384 r9402 18 18 (in-package "CCL") 19 19 20 #+x8664-target 20 21 (defun xp-argument-count (xp) 21 22 (ldb (byte (- 16 x8664::fixnumshift) 0) 22 23 (encoded-gpr-lisp xp x8664::nargs.q))) 23 24 25 #+x8632-target 26 (defun xp-argument-count (xp) 27 (encoded-gpr-lisp xp target::nargs)) 24 28 25 29
Note:
See TracChangeset
for help on using the changeset viewer.
