X86: Define a noop ExtMachInst.
[gem5.git] / src / arch / sparc / faults.hh
index ae16c42fcae04fa598cac4880bc336dddf596c20..20dd113c6214adb8d25fd353d7cfe03af4839e88 100644 (file)
@@ -283,11 +283,6 @@ static inline Fault genMachineCheckFault()
     return new InternalProcessorError;
 }
 
-static inline Fault genAlignmentFault()
-{
-    return new MemAddressNotAligned;
-}
-
 
 } // SparcISA namespace