mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-18 18:50:33 +01:00
disable some code that'll eventually go away
This commit is contained in:
parent
749ed66549
commit
063f3f7fc4
1 changed files with 2 additions and 0 deletions
|
|
@ -1329,8 +1329,10 @@ _slang_assemble_operation(slang_assemble_ctx * A, slang_operation * op,
|
|||
A->ref = slang_ref_forbid;
|
||||
break;
|
||||
case slang_oper_literal_float:
|
||||
#if 0
|
||||
if (ref == slang_ref_force)
|
||||
RETURN_NIL();
|
||||
#endif
|
||||
if (!PLIT(A->file, slang_asm_float_push, op->literal[0]))
|
||||
RETURN_OUT_OF_MEMORY();
|
||||
A->ref = slang_ref_forbid;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue