From: Lisa Hsu Date: Tue, 14 Nov 2006 17:59:57 +0000 (-0500) Subject: interrupts.hh: X-Git-Tag: m5_2.0_beta2~29^2^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ee777f35c2989609037688e8966efae995f6b3e0;p=gem5.git 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 --- 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) { }