Changeset 14639


Ignore:
Timestamp:
Feb 4, 2011, 8:41:37 AM (14 years ago)
Author:
R. Matthew Emerson
Message:

Account for tcr-bias in the cocotron case of
with-ns-exceptions-as-errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/objc-bridge/objc-runtime.lisp

    r14616 r14639  
    32183218                 (%associate-jmp-buf-with-catch-frame
    32193219                  ,xframe
    3220                   (%fixnum-ref (%current-tcr) target::tcr.catch-top)
     3220                  (%fixnum-ref (%current-tcr) (- target::tcr.catch-top
     3221                                                 target::tcr-bias))
    32213222                  ,cframe)
    32223223                 (progn
Note: See TracChangeset for help on using the changeset viewer.