Skip to content
Commit 1714b69a authored by Johannes Bechberger's avatar Johannes Bechberger
Browse files

Fix problem related to NMT

The problem is that registering a thread for NMT uses
the os::is_first_C_frame method which calls Thread::enable_wx
internally. But enable_wx requires that the init_wx method
has been called before, not after.
Swapping two lines therefore fixes the problem.
parent 1f08203f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment