diff options
author | Rhys Perry <[email protected]> | 2018-09-23 17:57:08 +0100 |
---|---|---|
committer | Rhys Perry <[email protected]> | 2018-09-23 18:20:08 +0100 |
commit | 6ca1402c117856b55d044be1e82224db30ed1b02 (patch) | |
tree | d19295979587438439596f846d1d122d28c3627a /src/gallium/drivers | |
parent | b473fcc9a39d0e1cdc1b9d2cd34ea8da2f9fc382 (diff) |
nv50/ir: fix link-time build failure
Seems this fixes linking problems that occur in some situations.
Signed-off-by: Rhys Perry <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp index 0cbf4d071f2..295497be2f9 100644 --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp @@ -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) |