mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 20:01:22 -05:00
Fix typo in the last commit. Sorry.
From-SVN: r113802
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user