]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* libgcc2.c (__throw): Fix thinko.
authorJason Merrill <jason@yorick.cygnus.com>
Mon, 29 Sep 1997 02:02:26 +0000 (02:02 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 29 Sep 1997 02:02:26 +0000 (22:02 -0400)
From-SVN: r15781

gcc/ChangeLog
gcc/libgcc2.c

index 34b41b5aa10ae1a5251dee3d8712b2cb01b085f0..b8b819686f1e2e033f6c4e42e04d26bb08d733b0 100644 (file)
@@ -1,3 +1,7 @@
+Sun Sep 28 18:59:58 1997  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * libgcc2.c (__throw): Fix thinko.
+
 Sun Sep 28 12:00:52 1997  Mark Mitchell  <mmitchell@usa.net>
 
         * cplus-dem.c (demangle_template): Add new parameter.  Handle new
index 6a49a1b2acb5e7a048c6ecaf19489f00b0881d9a..78834df337381f9d483e2e72689d264bd4f28ba3 100644 (file)
@@ -3759,7 +3759,7 @@ label:
        {
          i = udata->reg_or_offset[udata->retaddr_column];
          if (in_reg_window (i, udata))
-           copy_reg (i, udata, sub_udata);
+           copy_reg (i, udata, my_udata);
        }
 #endif
     }