* prims.cc (_Jv_PrimClass): Use JV_STATE_NOTHING', not
0'.
From-SVN: r31467
This commit is contained in:
parent
9b4579b3bb
commit
451f21ef2d
2 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
// prims.cc - Code for core of runtime environment.
|
||||
|
||||
/* Copyright (C) 1998, 1999 Cygnus Solutions
|
||||
/* Copyright (C) 1998, 1999, 2000 Cygnus Solutions
|
||||
|
||||
This file is part of libgcj.
|
||||
|
||||
|
@ -558,7 +558,7 @@ public:
|
|||
interfaces = NULL;
|
||||
loader = NULL;
|
||||
interface_count = 0;
|
||||
state = 0; // FIXME.
|
||||
state = JV_STATE_NOTHING;
|
||||
thread = NULL;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue