Set type for direct scalar source variable mappings

This commit is contained in:
baldurk
2024-10-19 01:21:48 +01:00
parent 6408799b5d
commit 89065d0ef4
@@ -1746,6 +1746,10 @@ void Debugger::FillDebugSourceVars(rdcarray<InstructionSourceInfo> &instInfo)
usage->type = scalar.type;
columns = RDCMAX(1U, typeWalk->vecSize);
}
else
{
usage->type = typeWalk->type;
}
usage->debugVar = mapping.debugVar;
// Remove any child mappings : this mapping covers everything