Menu

#280 QXK_onContextSw() not called at the end of QXK_activate_()

QP
closed
None
1
2024-08-01
2020-09-16
No

QP/C/C++ 6.9.0 has a a typo in qxk.c:537 and qxk.cpp:532, which prevents the QXK_onContextSw() from being called at the end of the QXK_activate_():

The current code with the typo:

#if (defined QK_ON_CONTEXT_SW) || (defined Q_SPY)

Should be corrected as follows (note QXK_ instead of QK_) :

#if (defined QXK_ON_CONTEXT_SW) || (defined Q_SPY)

--MMS

Discussion

  • Quantum Leaps

    Quantum Leaps - 2020-10-07
    • status: open --> closed
     
  • Quantum Leaps

    Quantum Leaps - 2020-10-07

    Fixed in QP/C/C++ 6.9.1.
    --MMS

     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB