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.
Loading
Please register or sign in to comment