interrupts.hh:
authorLisa Hsu <hsul@eecs.umich.edu>
Tue, 14 Nov 2006 17:59:57 +0000 (12:59 -0500)
committerLisa Hsu <hsul@eecs.umich.edu>
Tue, 14 Nov 2006 17:59:57 +0000 (12:59 -0500)
make a likewise updateIntrInfo for Sparc that's blank so it doesn't fart on build

src/arch/sparc/interrupts.hh:
    make a likewise updateIntrInfo for Sparc that's blank so it doesn't fart on build

--HG--
extra : convert_revision : 5f469d0cf897479b42703104cd801a8ef923fcae

src/arch/sparc/interrupts.hh

index 0072f41842e19b0e74c8134e1930824d8db1e3a4..70838d1ce612d3a593a97c33c324c0e9b6cf1f9d 100644 (file)
@@ -79,6 +79,11 @@ namespace SparcISA
             return NoFault;
         }
 
+        void updateIntrInfo(ThreadContext * tc)
+        {
+
+        }
+
         void serialize(std::ostream &os)
         {
         }