We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5176b5 commit 2e5e16dCopy full SHA for 2e5e16d
src/som/compiler/bc/bytecode_generator.py
@@ -25,7 +25,7 @@ def emit_push_argument(mgenc, idx, ctx):
25
26
27
def emit_nil_local(mgenc, idx):
28
- emit2(mgenc, BC.nil_local, idx)
+ emit2(mgenc, BC.nil_local, idx, 0)
29
30
31
def emit_return_self(mgenc):
0 commit comments