]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo in the last commit. Sorry.
authorAndreas Tobler <andreast@gcc.gnu.org>
Mon, 15 May 2006 21:38:25 +0000 (23:38 +0200)
committerAndreas Tobler <andreast@gcc.gnu.org>
Mon, 15 May 2006 21:38:25 +0000 (23:38 +0200)
From-SVN: r113802

libjava/stacktrace.cc

index cc29be16e29059990b4898c2004b5fcb0ac6a67d..8b4618172fdb56d68ee81d9a7eaaf550f20255cc 100644 (file)
@@ -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];