repo.or.cz
/
mruby.git
/
commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
49abcd4
)
Refactoring OP_CALL
author
mirichi
<
[email protected]
>
Fri, 25 Apr 2014 12:49:29 +0000
(25 21:49 +0900)
committer
mirichi
<
[email protected]
>
Fri, 25 Apr 2014 12:49:29 +0000
(25 21:49 +0900)
src/vm.c
patch
|
blob
|
blame
|
history
diff --git
a/src/vm.c
b/src/vm.c
index
9d62ce5
..
717c927
100644
(file)
--- a/
src/vm.c
+++ b/
src/vm.c
@@
-1114,7
+1114,7
@@
RETRY_TRY_BLOCK:
}
regs = mrb->c->stack;
regs[0] = m->env->stack[0];
- pc =
m->body.
irep->iseq;
+ pc = irep->iseq;
JUMP;
}
}