Small renaming in Thread struct

Should be a bit more clear the meaning of the
single variables.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2012-02-18 10:57:00 +01:00
parent d8349f9d0f
commit 6088ac2108
3 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -1865,7 +1865,7 @@ void Thread::idle_loop(SplitPoint* sp_master) {
lock_grab(Threads.splitLock);
assert(is_searching);
SplitPoint* sp = splitPoint;
SplitPoint* sp = curSplitPoint;
lock_release(Threads.splitLock);