mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-15 17:30:32 +01:00
freedreno/ir3: fix -Wundef warning
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Rob Clark <robclark@freedesktop.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19963>
This commit is contained in:
parent
0f0dac0f65
commit
cf520806b1
1 changed files with 2 additions and 1 deletions
|
|
@ -2393,7 +2393,8 @@ INSTR1(QUAD_SHUFFLE_VERT)
|
|||
INSTR1(QUAD_SHUFFLE_DIAG)
|
||||
INSTR2NODST(LDC_K)
|
||||
INSTR2NODST(STC)
|
||||
#if GPU >= 600
|
||||
#ifndef GPU
|
||||
#elif GPU >= 600
|
||||
INSTR3NODST(STIB);
|
||||
INSTR2(LDIB);
|
||||
INSTR5(LDG_A);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue