summaryrefslogtreecommitdiff
path: root/src/cuda-sim
diff options
context:
space:
mode:
authorWilson Fung <[email protected]>2012-09-06 03:58:31 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:48:55 -0700
commit99ff7de8db264b902f0eaa5828c0a508e3986b56 (patch)
tree7b9db5b0459ad4e934641d90965f22aa26cd96b0 /src/cuda-sim
parent3072e5b58e2e18f2691ab1b4afda505f5ccaf56c (diff)
Fixing regression failure: vote.all was broken by vote.ballet implementation.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13996]
Diffstat (limited to 'src/cuda-sim')
-rw-r--r--src/cuda-sim/ptx_ir.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/ptx_ir.cc b/src/cuda-sim/ptx_ir.cc
index f8b7314..26c9a00 100644
--- a/src/cuda-sim/ptx_ir.cc
+++ b/src/cuda-sim/ptx_ir.cc
@@ -1111,6 +1111,7 @@ ptx_instruction::ptx_instruction( int opcode,
break;
case ALL_OPTION:
m_vote_mode = vote_all;
+ break;
case BALLOT_OPTION:
m_vote_mode = vote_ballot;
break;