We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6ddd9 commit 2c5c2fdCopy full SHA for 2c5c2fd
src/luasm.lua
@@ -189,9 +189,7 @@ function instruction:parse(elements, luasm)
189
op = opcode,
190
args = args,
191
line = luasm.current_line,
192
- run = function(instr, interpreter)
193
- self.settings.executor(instr, interpreter)
194
- end
+ run = self.settings.executor
195
}
196
end
197
0 commit comments