diff options
Diffstat (limited to 'src/dev/x86/i8259.hh')
-rw-r--r-- | src/dev/x86/i8259.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/x86/i8259.hh b/src/dev/x86/i8259.hh index 8cc12f0be..f9f0afff8 100644 --- a/src/dev/x86/i8259.hh +++ b/src/dev/x86/i8259.hh @@ -48,8 +48,8 @@ class I8259 : public BasicPioDevice void init() override; Tick latency; - std::vector<::IntSourcePin<I8259> *> output; - std::vector<::IntSinkPin<I8259> *> inputs; + std::vector<IntSourcePin<I8259> *> output; + std::vector<IntSinkPin<I8259> *> inputs; Enums::X86I8259CascadeMode mode; I8259 * slave; |