Merge ktlim@zamp:./local/clean/o3-merge/m5
[gem5.git] / src / arch / alpha / ev5.cc
index 796ed07de424b4dcb079f99aaa05d9953e739221..7595423c38cb4a912b491082b0e4655a6f7b139a 100644 (file)
@@ -554,6 +554,7 @@ AlphaISA::MiscRegFile::setIpr(int idx, uint64_t val, ThreadContext *tc)
     return NoFault;
 }
 
+
 void
 AlphaISA::copyIprs(ThreadContext *src, ThreadContext *dest)
 {
@@ -562,6 +563,7 @@ AlphaISA::copyIprs(ThreadContext *src, ThreadContext *dest)
     }
 }
 
+
 /**
  * Check for special simulator handling of specific PAL calls.
  * If return value is false, actual PAL call will be suppressed.