Project

General

Profile

Bug #13011 » 0001-Make-trace_running-an-integer-flag-again.patch

deivid (David Rodríguez), 12/06/2016 12:55 PM

View differences:

vm_core.h
unsigned int running: 1;
unsigned int thread_abort_on_exception: 1;
unsigned int thread_report_on_exception: 1;
unsigned int trace_running: 1;
int trace_running;
volatile int sleeper;
/* object management */
    (1-1/1)