interrupts.hh:

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
This commit is contained in:
Lisa Hsu 2006-11-14 12:59:57 -05:00
parent 69623a892e
commit ee777f35c2

View file

@ -79,6 +79,11 @@ namespace SparcISA
return NoFault;
}
void updateIntrInfo(ThreadContext * tc)
{
}
void serialize(std::ostream &os)
{
}