mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
compile.c: disable debug prints on sparc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fda1837e49
commit
610dc339b6
1 changed files with 0 additions and 3 deletions
|
@ -8167,9 +8167,6 @@ rb_method_for_self_aset(VALUE name, VALUE arg, rb_insn_func_t func)
|
|||
|
||||
/* ISeq binary format */
|
||||
|
||||
#ifdef __sparc
|
||||
#define IBF_ISEQ_DEBUG 1
|
||||
#endif
|
||||
#ifndef IBF_ISEQ_DEBUG
|
||||
#define IBF_ISEQ_DEBUG 0
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue