summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRon Dreslinski <rdreslin@umich.edu>2006-11-14 17:19:57 -0500
committerRon Dreslinski <rdreslin@umich.edu>2006-11-14 17:19:57 -0500
commit7cd05a998d0090773f8fce4dab2b3b13a7f57ebb (patch)
tree4ccbbdefb4422d1bb759d3bbdec21f0f22ef0a1f /src
parentc32f3056f9e513f5efff5eec2210ba7c6dcbc67e (diff)
parent2f6a9454d13e44faba55b14d958f20a04bc36246 (diff)
downloadgem5-7cd05a998d0090773f8fce4dab2b3b13a7f57ebb.tar.xz
Merge zizzer:/bk/newmem
into zazzer.eecs.umich.edu:/z/rdreslin/m5bk/newmemcleanest --HG-- extra : convert_revision : b216fcdb2632dce68ac18932b0c13408eb1aeaf4
Diffstat (limited to 'src')
-rw-r--r--src/arch/sparc/interrupts.hh5
1 files changed, 5 insertions, 0 deletions
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)
{
}