From ee777f35c2989609037688e8966efae995f6b3e0 Mon Sep 17 00:00:00 2001 From: Lisa Hsu Date: Tue, 14 Nov 2006 12:59:57 -0500 Subject: 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 --- src/arch/sparc/interrupts.hh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/arch/sparc/interrupts.hh b/src/arch/sparc/interrupts.hh index 0072f4184..70838d1ce 100644 --- a/src/arch/sparc/interrupts.hh +++ b/src/arch/sparc/interrupts.hh @@ -79,6 +79,11 @@ namespace SparcISA return NoFault; } + void updateIntrInfo(ThreadContext * tc) + { + + } + void serialize(std::ostream &os) { } -- cgit v1.2.3