Statetrace: Stub out the missing i386 version of sendState.
[gem5.git] / util / statetrace / arch / i686 / tracechild.cc
index 0ac977b4aeefee223cb36ea56f0c72f69f89fcf5..f9e37442ebf6ae100eb522c318a997cde85af5f9 100644 (file)
@@ -97,6 +97,12 @@ I686TraceChild::getOldRegVal(int num)
     return getRegs(oldregs, num);
 }
 
+bool
+I686TraceChild::sendState(int socket)
+{
+    return false;
+}
+
 TraceChild *
 genTraceChild()
 {