ruby-changes:64607
From: Takashi <ko1@a...>
Date: Sat, 26 Dec 2020 12:19:57 +0900 (JST)
Subject: [ruby-changes:64607] 15e192070a (master): Fix a cyclic explanation
https://git.ruby-lang.org/ruby.git/commit/?id=15e192070a From 15e192070afd6c2335c119ef3164f3f002c49b89 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Fri, 25 Dec 2020 19:17:16 -0800 Subject: Fix a cyclic explanation diff --git a/insns.def b/insns.def index 5bfcf99..73a07e4 100644 --- a/insns.def +++ b/insns.def @@ -1134,7 +1134,7 @@ opt_mod https://github.com/ruby/ruby/blob/trunk/insns.def#L1134 (CALL_DATA cd) (VALUE recv, VALUE obj) (VALUE val) -/* Same discussion as opt_mod. */ +/* Same discussion as opt_div. */ // attr bool leaf = false; { val = vm_opt_mod(recv, obj); -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/