From f95430d97e0a9a77b920ab3ca24b134bc682f655 Mon Sep 17 00:00:00 2001 From: Korey Sewell Date: Thu, 24 Jun 2010 15:34:12 -0400 Subject: inorder: enforce 78-character rule --- src/cpu/inorder/thread_context.hh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/cpu/inorder/thread_context.hh') diff --git a/src/cpu/inorder/thread_context.hh b/src/cpu/inorder/thread_context.hh index 6dd5f192f..99d9f5598 100644 --- a/src/cpu/inorder/thread_context.hh +++ b/src/cpu/inorder/thread_context.hh @@ -114,7 +114,8 @@ class InOrderThreadContext : public ThreadContext virtual VirtualPort *getVirtPort(); - virtual void connectMemPorts(ThreadContext *tc) { thread->connectMemPorts(tc); } + virtual void connectMemPorts(ThreadContext *tc) + { thread->connectMemPorts(tc); } /** Dumps the function profiling information. * @todo: Implement. @@ -203,7 +204,8 @@ class InOrderThreadContext : public ThreadContext virtual void setFloatRegBits(int reg_idx, FloatRegBits val); - virtual void setRegOtherThread(int misc_reg, const MiscReg &val, + virtual void setRegOtherThread(int misc_reg, + const MiscReg &val, ThreadID tid); /** Reads this thread's PC. */ -- cgit v1.2.3