From d22c3dcf433dc56c07be087f78143c0eb06dff5f Mon Sep 17 00:00:00 2001 From: aamir Date: Fri, 10 Aug 2018 11:35:10 -0700 Subject: corrected a bug in bfi implementation --- src/cuda-sim/instructions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cuda-sim/instructions.cc b/src/cuda-sim/instructions.cc index d0396a5..0f7b0ef 100644 --- a/src/cuda-sim/instructions.cc +++ b/src/cuda-sim/instructions.cc @@ -1599,7 +1599,7 @@ void bfi_impl( const ptx_instruction *pI, ptx_thread_info *thread ) { unsigned len = src4_data.u32 & 0xFF; for(i=0;iset_operand_value(dst, data, i_type, thread, pI); } -- cgit v1.3