summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/local_interconnect.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpgpu-sim/local_interconnect.cc')
-rw-r--r--src/gpgpu-sim/local_interconnect.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/local_interconnect.cc b/src/gpgpu-sim/local_interconnect.cc
index fe7bc74..7e1ab5b 100644
--- a/src/gpgpu-sim/local_interconnect.cc
+++ b/src/gpgpu-sim/local_interconnect.cc
@@ -148,7 +148,7 @@ void xbar_router::RR_Advance() {
}
}
}
- next_node_id = next_node_id + 1 ;
+ next_node_id = next_node_id + 1;
next_node_id = (next_node_id % total_nodes);
conflicts += conflict_sub;