Bug in last edit.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 6 Feb 1993 06:03:53 +0000 (06:03 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 6 Feb 1993 06:03:53 +0000 (06:03 +0000)
v7/src/microcode/cmpintmd/hppa.h
v8/src/microcode/cmpintmd/hppa.h

index 9cf4ae0bc2227ecd4f743611a9bd8fe272035aa4..166c49df1df759f392c9cc967959883da5e0d726 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: hppa.h,v 1.38 1993/02/06 05:31:18 gjr Exp $
+$Id: hppa.h,v 1.39 1993/02/06 06:03:53 gjr Exp $
 
 Copyright (c) 1989-1993 Massachusetts Institute of Technology
 
@@ -377,7 +377,7 @@ DEFUN_VOID (flush_i_cache_initialize)
       fprintf (stderr, "\nflush_i_cache_initialize: uname failed.\n");
       goto loser;
     }
-  model = &sysinfo->machine[0];
+  model = &sysinfo.machine[0];
 #else /* not _HPUX */
   /* Presumably BSD */
   extern char * EXFUN (getenv, (char *));
index 9cf4ae0bc2227ecd4f743611a9bd8fe272035aa4..166c49df1df759f392c9cc967959883da5e0d726 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: hppa.h,v 1.38 1993/02/06 05:31:18 gjr Exp $
+$Id: hppa.h,v 1.39 1993/02/06 06:03:53 gjr Exp $
 
 Copyright (c) 1989-1993 Massachusetts Institute of Technology
 
@@ -377,7 +377,7 @@ DEFUN_VOID (flush_i_cache_initialize)
       fprintf (stderr, "\nflush_i_cache_initialize: uname failed.\n");
       goto loser;
     }
-  model = &sysinfo->machine[0];
+  model = &sysinfo.machine[0];
 #else /* not _HPUX */
   /* Presumably BSD */
   extern char * EXFUN (getenv, (char *));