summaryrefslogtreecommitdiff
path: root/compile.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-17 09:41:19 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-03-17 09:41:19 +0000
commitaa3b5b14e94851ab2ca598faf183048129f39ace (patch)
tree67998bda412dccaabb77f5c3d1acf696bdd9db0e /compile.c
parentf5fc032eee8a91417c7d62cc0cb8779a98dee1d2 (diff)
debugging SEGV on Solaris11s
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/compile.c b/compile.c
index 2291a61700..884f06c2a1 100644
--- a/compile.c
+++ b/compile.c
@@ -8140,6 +8140,9 @@ 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