mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 10:50:10 +01:00
nv50/ir: fix link-time build failure
Seems this fixes linking problems that occur in some situations. Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
parent
b473fcc9a3
commit
6ca1402c11
1 changed files with 1 additions and 1 deletions
|
|
@ -1732,7 +1732,7 @@ NVC0LoweringPass::loadSuInfo32(Value *ptr, int slot, uint32_t off, bool bindless
|
|||
prog->driver->io.suInfoBase);
|
||||
}
|
||||
|
||||
inline Value *
|
||||
Value *
|
||||
NVC0LoweringPass::loadMsAdjInfo32(TexInstruction::Target target, uint32_t index, int slot, Value *ind, bool bindless)
|
||||
{
|
||||
if (!bindless || targ->getChipset() < NVISA_GM107_CHIPSET)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue