diff options
Diffstat (limited to 'src/arch/sparc/interrupts.hh')
-rw-r--r-- | src/arch/sparc/interrupts.hh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/arch/sparc/interrupts.hh b/src/arch/sparc/interrupts.hh index 353521a39..5e9ae2de0 100644 --- a/src/arch/sparc/interrupts.hh +++ b/src/arch/sparc/interrupts.hh @@ -181,9 +181,7 @@ class Interrupts : public SimObject void updateIntrInfo(ThreadContext *tc) - { - - } + {} uint64_t get_vec(int int_num) |