]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sparc.c (sparc_block_profiler): Fix typo in Aug 2 change.
authorDavid S. Miller <davem@redhat.com>
Wed, 18 Aug 1999 08:20:11 +0000 (01:20 -0700)
committerDavid S. Miller <davem@gcc.gnu.org>
Wed, 18 Aug 1999 08:20:11 +0000 (01:20 -0700)
* config/sparc/sparc.c (sparc_block_profiler): Fix typo in Aug 2
change.

From-SVN: r28746

gcc/ChangeLog
gcc/config/sparc/sparc.c

index 446c7759d93d4f710d5e21e4266de17f9b580938..a6009561a2ad427e9ab41a9fb753283180a47484 100644 (file)
@@ -1,3 +1,8 @@
+Wed Aug 18 01:16:43 1999  David S. Miller  <davem@redhat.com>
+
+       * config/sparc/sparc.c (sparc_block_profiler): Fix typo in Aug 2
+       change.
+
 Mon Aug 16 01:29:24 PDT 1999 Jeff Law  (law@cygnus.com)
 
        * gcc-2.95.1 Released.
index ad12ec3f0a22ddcb2a6f6eca25e6a9f0bb4f4749..45862a77bc730f655027d0e3d088c7406580527c 100644 (file)
@@ -7779,7 +7779,7 @@ sparc_block_profiler(file, blockno)
       assemble_name (file, LPBX);
       fputs ("),%g2\n", file);
   
-      fputs ("\tor\t%o2,%lo(", file);
+      fputs ("\tor\t%g2,%lo(", file);
       assemble_name (file, LPBX);
       fputs ("),%g2\n", file);