diff options
Diffstat (limited to 'tvix/eval/src/opcode.rs')
-rw-r--r-- | tvix/eval/src/opcode.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/eval/src/opcode.rs b/tvix/eval/src/opcode.rs index a8802e8c0a2b..18f0fce3cb0b 100644 --- a/tvix/eval/src/opcode.rs +++ b/tvix/eval/src/opcode.rs @@ -109,6 +109,7 @@ pub enum OpCode { // Thunks OpThunk(ConstantIdx), + OpForce, /// Finalise initialisation of the upvalues of the value in the /// given stack index after the scope is fully bound. |