mem-cache: Add multiple eviction stats
[gem5.git] / src / arch / x86 / remote_gdb.hh
index f1cbcbe8c3e4ba408a725a3960cfab39eed90ed4..0cae4fe306c325865e86d1e36f0e8475bad944a6 100644 (file)
@@ -143,7 +143,7 @@ class RemoteGDB : public BaseRemoteGDB
     AMD64GdbRegCache regCache64;
 
   public:
-    RemoteGDB(System *system, ThreadContext *context);
+    RemoteGDB(System *system, ThreadContext *context, int _port);
     BaseGdbRegCache *gdbRegs();
 };
 } // namespace X86ISA