[ruby-cvs:78549] 751a9b32e5 (master): vm_args.c (rb_warn_check): Use unique_id * 2 instead of unique_id
"Yusuke Endoh" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Yusuke Endoh 2019-12-09 12:30:00 +0900 (Mon, 09 Dec 2019)
New Revision: 751a9b32e5
https://github.com/ruby/ruby/commit/751a9b32e5
Log:
vm_args.c (rb_warn_check): Use unique_id * 2 instead of unique_id
The function assumed that the LSB of `callee` was 0.
Modified files:
vm_args.c