arm debug

This commit is contained in:
David St-Onge 2017-02-23 16:44:57 -05:00
parent 9461d4a55c
commit 87b2861503
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ function barrier_ready() {
# #
function barrier_wait(threshold, transf) { function barrier_wait(threshold, transf) {
barrier.get(id) barrier.get(id)
CURSTATE = "BARRIERWAIT"
if(barrier.size() >= threshold) { if(barrier.size() >= threshold) {
barrier = nil barrier = nil
transf() transf()