diff --git a/src/arch/generic/isa.hh b/src/arch/generic/isa.hh index df07763aad..c1b87341be 100644 --- a/src/arch/generic/isa.hh +++ b/src/arch/generic/isa.hh @@ -52,10 +52,7 @@ class BaseISA : public SimObject ThreadContext *tc = nullptr; public: - virtual void - takeOverFrom(ThreadContext *new_tc, ThreadContext *old_tc) - {} - + virtual void takeOverFrom(ThreadContext *new_tc, ThreadContext *old_tc) {} virtual void setThreadContext(ThreadContext *_tc) { tc = _tc; } };