Changeset 12620 for trunk/abcl/src/org/armedbear/lisp/compiler-pass2.lisp
- Timestamp:
- 04/16/10 13:41:21 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/compiler-pass2.lisp
r12581 r12620 1343 1343 (unless (= (the fixnum instruction-depth) (the fixnum (+ depth instruction-stack))) 1344 1344 (format t "~&Stack inconsistency at index ~D: found ~S, expected ~S.~%" 1345 i instruction-depth (+ depth instruction-stack))) 1345 i instruction-depth (+ depth instruction-stack)) 1346 (internal-compiler-error "Stack inconsistency detected in ~A." 1347 (compiland-name *current-compiland*))) 1346 1348 (return-from walk-code)) 1347 1349 (let ((opcode (instruction-opcode instruction)))
Note: See TracChangeset
for help on using the changeset viewer.