gpu-compute: fix bug in GPUDynInst::isScalarRegister()
This commit is contained in:
@@ -84,7 +84,7 @@ GPUDynInst::isVectorRegister(int operandIdx)
|
||||
bool
|
||||
GPUDynInst::isScalarRegister(int operandIdx)
|
||||
{
|
||||
return staticInst->isVectorRegister(operandIdx);
|
||||
return staticInst->isScalarRegister(operandIdx);
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user