* testsuite/libmudflap.c/pass32-frag.c: Fix typo.
authorRichard Henderson <rth@gcc.gnu.org>
Wed, 5 Jan 2005 09:27:50 +0000 (01:27 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 5 Jan 2005 09:27:50 +0000 (01:27 -0800)
From-SVN: r92930

libmudflap/ChangeLog
libmudflap/testsuite/libmudflap.c/pass32-frag.c

index ace95ce..086966f 100644 (file)
@@ -1,4 +1,8 @@
-2004-01-02  Greg McGary  <greg@mcgary.org>
+2005-01-05  Richard Henderson  <rth@redhat.com>
+
+       * testsuite/libmudflap.c/pass32-frag.c: Fix typo.
+
+2005-01-02  Greg McGary  <greg@mcgary.org>
 
        * mf-impl.h (uintptr_t): Get typedef via stdint.h or define explicitly.
        * mf-runtime.h: New file, replaces mf-runtime.h.in.
index 3846864..d7f2232 100644 (file)
@@ -13,6 +13,6 @@ int main ()
 {
 struct foo k;
 char *n = get_z (& k);
-srand ((int)(__mf_uintptr_)t n); /* use the pointer value */
+srand ((int)(__mf_uintptr_t) n); /* use the pointer value */
 return 0;
 }