summaryrefslogtreecommitdiff
path: root/vm.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-23 19:03:23 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-23 19:03:23 +0000
commit9f34b73009e9454e885378483d503b9466bac231 (patch)
tree3643dcf2fa6e7c5e51629f634890e78919e93642 /vm.h
parent3f623cfba1efdd0fdd4c11cf16734fd00c1a6579 (diff)
* cont.c, vm.h: fix to support sparc machine.
a patch from Yusuke ENDOH <mame AT tsg.ne.jp> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm.h')
-rw-r--r--vm.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/vm.h b/vm.h
index f7cffc1caa..a40cc57f96 100644
--- a/vm.h
+++ b/vm.h
@@ -118,14 +118,10 @@ error !
#define ELABEL(x) INSN_ELABEL_##x
#define LABEL_PTR(x) &&LABEL(x)
-#define INSN_ENTRY_SIG(insn) \
- asm volatile ( "; #**************************************************\n" \
- "\t; #[start] " # insn "\n") \
+#define INSN_ENTRY_SIG(insn)
-#define INSN_DISPATCH_SIG(insn) \
- asm volatile ( "; #[end ] " # insn "\n"\
- "\t; #==================================================\n") \
+#define INSN_DISPATCH_SIG(insn)
#define INSN_ENTRY(insn) \
LABEL(insn): \