- Timestamp:
- Nov 30, 2007, 12:55:59 PM (17 years ago)
- Location:
- branches/working-0711/ccl/level-1
- Files:
-
- 2 edited
-
ppc-error-signal.lisp (modified) (1 diff)
-
x86-error-signal.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/level-1/ppc-error-signal.lisp
r5625 r7795 114 114 (%kernel-restart-internal 115 115 $xudfcall 116 (list ( xp-gpr-lisp xp ppc::fname) args)116 (list (maybe-setf-name (xp-gpr-lisp xp ppc::fname)) args) 117 117 frame-ptr))) 118 118 (stack-argcnt (max 0 (- (length args) 3))) -
branches/working-0711/ccl/level-1/x86-error-signal.lisp
r6558 r7795 55 55 (%kernel-restart-internal 56 56 $xudfcall 57 (list ( encoded-gpr-lisp xp x8664::fname) args)57 (list (maybe-setf-name (encoded-gpr-lisp xp x8664::fname)) args) 58 58 frame-ptr))) 59 59 (f #'(lambda (values) (apply #'values values))))
Note:
See TracChangeset
for help on using the changeset viewer.
