Fix a cyclic explanation
This commit is contained in:
parent
dc13bd22bb
commit
15e192070a
@ -1134,7 +1134,7 @@ opt_mod
|
|||||||
(CALL_DATA cd)
|
(CALL_DATA cd)
|
||||||
(VALUE recv, VALUE obj)
|
(VALUE recv, VALUE obj)
|
||||||
(VALUE val)
|
(VALUE val)
|
||||||
/* Same discussion as opt_mod. */
|
/* Same discussion as opt_div. */
|
||||||
// attr bool leaf = false;
|
// attr bool leaf = false;
|
||||||
{
|
{
|
||||||
val = vm_opt_mod(recv, obj);
|
val = vm_opt_mod(recv, obj);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user