From 99ff7de8db264b902f0eaa5828c0a508e3986b56 Mon Sep 17 00:00:00 2001 From: Wilson Fung Date: Thu, 6 Sep 2012 03:58:31 -0800 Subject: Fixing regression failure: vote.all was broken by vote.ballet implementation. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13996] --- src/cuda-sim/ptx_ir.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cuda-sim') 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; -- cgit v1.3