Merge ktlim@zamp:./local/clean/o3-merge/m5
[gem5.git] / src / arch / alpha / isa / mem.isa
index a5dda7fc6963fcbea3159e6a13df2925c3454384..fe69c36a5dc66800e709850fd4f1a9a9cbc1bb38 100644 (file)
@@ -528,7 +528,7 @@ def template MiscInitiateAcc {{
     Fault %(class_name)s::initiateAcc(%(CPU_exec_context)s *xc,
                                       Trace::InstRecord *traceData) const
     {
-        panic("Misc instruction does not support split access method!");
+        warn("Misc instruction does not support split access method!");
         return NoFault;
     }
 }};
@@ -539,7 +539,7 @@ def template MiscCompleteAcc {{
                                       %(CPU_exec_context)s *xc,
                                       Trace::InstRecord *traceData) const
     {
-        panic("Misc instruction does not support split access method!");
+        warn("Misc instruction does not support split access method!");
 
         return NoFault;
     }