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 7d2de537d522..7dcfea93aaf7 100644 --- a/tvix/eval/src/opcode.rs +++ b/tvix/eval/src/opcode.rs @@ -55,6 +55,7 @@ pub enum OpCode { // `with`-handling OpPushWith(usize), OpPopWith, + OpResolveWith, // Lists OpList(usize), |