This commit is contained in:
Jesper Wilhelmsson 2019-01-09 22:59:49 +01:00
commit 67a5fc2529
76 changed files with 592 additions and 860 deletions

View file

@ -1243,11 +1243,7 @@ public:
private:
// initialization state
#ifdef ASSERT
void set_init_state(ClassState state);
#else
void set_init_state(ClassState state) { _init_state = (u1)state; }
#endif
void set_rewritten() { _misc_flags |= _misc_rewritten; }
void set_init_thread(Thread *thread) { _init_thread = thread; }