diff --git a/src/gpu-compute/gpu_dyn_inst.cc b/src/gpu-compute/gpu_dyn_inst.cc index 337ff9d4fd..2f35a983c5 100644 --- a/src/gpu-compute/gpu_dyn_inst.cc +++ b/src/gpu-compute/gpu_dyn_inst.cc @@ -84,7 +84,7 @@ GPUDynInst::isVectorRegister(int operandIdx) bool GPUDynInst::isScalarRegister(int operandIdx) { - return staticInst->isVectorRegister(operandIdx); + return staticInst->isScalarRegister(operandIdx); } int