diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2008-10-12 08:24:09 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2008-10-12 08:24:09 -0700 |
commit | c4f1cc3b482311f878be44259125c9a5b90c0569 (patch) | |
tree | 45e108b762d6876c150d3f56171c005e3474405a /src/arch/x86 | |
parent | 0c3848732ee33cf14a80129f6cf7ee84d51c8bfb (diff) | |
download | gem5-c4f1cc3b482311f878be44259125c9a5b90c0569.tar.xz |
CPU: Eliminate the get_vec function.
Diffstat (limited to 'src/arch/x86')
-rw-r--r-- | src/arch/x86/interrupts.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/x86/interrupts.hh b/src/arch/x86/interrupts.hh index cf9109e22..43675294e 100644 --- a/src/arch/x86/interrupts.hh +++ b/src/arch/x86/interrupts.hh @@ -108,12 +108,6 @@ class Interrupts panic("Interrupts::updateIntrInfo unimplemented!\n"); } - uint64_t get_vec(int int_num) - { - panic("Interrupts::get_vec unimplemented!\n"); - return 0; - } - void serialize(std::ostream & os) { panic("Interrupts::serialize unimplemented!\n"); |