diff options
Diffstat (limited to 'src/dev/x86/i82094aa.cc')
-rw-r--r-- | src/dev/x86/i82094aa.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/x86/i82094aa.cc b/src/dev/x86/i82094aa.cc index 81f1c77ee..1fae67b09 100644 --- a/src/dev/x86/i82094aa.cc +++ b/src/dev/x86/i82094aa.cc @@ -59,7 +59,7 @@ X86ISA::I82094AA::I82094AA(Params *p) } for (int i = 0; i < p->port_inputs_connection_count; i++) - inputs.push_back(new ::IntSinkPin<I82094AA>( + inputs.push_back(new IntSinkPin<I82094AA>( csprintf("%s.inputs[%d]", name(), i), i, this)); } |