fix(library/vm/vm): typo
This commit is contained in:
parent
843f3a69ba
commit
b8b32c2a3b
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ public:
|
|||
|
||||
unsigned get_nargs() const {
|
||||
lean_assert(m_op == opcode::InvokeGlobal || m_op == opcode::Closure);
|
||||
return m_fn_idx;
|
||||
return m_nargs;
|
||||
}
|
||||
|
||||
unsigned get_idx() const {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue