Changeset 14063 for branches/arm/level-1/arm-error-signal.lisp
- Timestamp:
- Jul 27, 2010, 10:55:01 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/arm/level-1/arm-error-signal.lisp
r14017 r14063 249 249 (%error "FPU exception, fpscr = ~d" (list (aref reginfo 0)) frame-ptr))) 250 250 ) 251 (6 251 (6 ;array rank 252 252 (%err-disp-internal $XNDIMS 253 253 (list … … 278 278 (t 279 279 (error "Unknown UUO, format ~d" format)))))) 280 ((eql error-number arch::error-stack-overflow) 281 (%error 282 (make-condition 283 'stack-overflow-condition 284 :format-control "Stack overflow on ~a stack." 285 :format-arguments (list (if (eql arg arm::vsp) "value" "control"))) 286 nil frame-ptr)) 280 287 (t 281 288 (error "%errdisp callback: error-number = ~d, arg = #x~x, fnreg = ~d, rpc = ~d"
Note: See TracChangeset
for help on using the changeset viewer.