cpu: make ExecSymbol show the symbol in addition to address
[gem5.git] / src / cpu / thread_context.hh
index 8cc7cec46cdfc796dbf8e7f520660bcf36db22db..a6f7869b6334dd84cbe47ca21df8aab5681f0442 100644 (file)
@@ -292,8 +292,6 @@ class ThreadContext : public PCEventScope
     // Same with st cond failures.
     virtual Counter readFuncExeInst() const = 0;
 
-    virtual void syscall() = 0;
-
     // This function exits the thread context in the CPU and returns
     // 1 if the CPU has no more active threads (meaning it's OK to exit);
     // Used in syscall-emulation mode when a  thread calls the exit syscall.