Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5
[gem5.git] / dev / alpha_console.hh
index fa527dc3202cc27883eca8283117c2034b22f308..49c3a9f78a688e232b8cd000027541ec85cee212 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2001-2004 The Regents of The University of Michigan
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -75,7 +75,7 @@ class AlphaConsole : public PioDevice
   protected:
     union {
         AlphaAccess *alphaAccess;
-        uint8_t *consoleData;
+    uint8_t *consoleData;
     };
 
     /** the disk must be accessed from the console */