Fix typo in the last commit. Sorry.
From-SVN: r113802
This commit is contained in:
parent
eb55476b2e
commit
34a660ec3d
@ -243,7 +243,7 @@ _Jv_StackTrace::FillInFrameInfo (_Jv_StackFrame *frame)
|
||||
// Find method in class
|
||||
for (int j = 0; j < klass->method_count; j++)
|
||||
{
|
||||
void *wncode UNWRAP_FUNCTION_DESCRIPTOR (klass->methods[j].ncode);
|
||||
void *wncode = UNWRAP_FUNCTION_DESCRIPTOR (klass->methods[j].ncode);
|
||||
if (wncode == frame->start_ip)
|
||||
{
|
||||
meth = &klass->methods[j];
|
||||
|
Loading…
Reference in New Issue
Block a user