From 4d7e8b7305c392646f68a785df8f4019ec1e69c9 Mon Sep 17 00:00:00 2001 From: kosaki Date: Thu, 22 Nov 2012 08:01:49 +0000 Subject: * Makefile.in: run preprocessor when making probe.h * probes.d: define probe insn and insn__operand only when VM_COLLECT_USAGE_DETAILS is 1. [Bug #7370] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'vm.c') diff --git a/vm.c b/vm.c index 62a16ecfad..f4ecec4d84 100644 --- a/vm.c +++ b/vm.c @@ -63,10 +63,6 @@ rb_vm_control_frame_block_ptr(rb_control_frame_t *cfp) return VM_CF_BLOCK_PTR(cfp); } -#ifndef VM_COLLECT_USAGE_DETAILS -#define VM_COLLECT_USAGE_DETAILS 0 -#endif - #if VM_COLLECT_USAGE_DETAILS static void vm_collect_usage_operand(int insn, int n, VALUE op); static void vm_collect_usage_insn(int insn); -- cgit v1.2.3