Thu Jan 10 19:39:05 2013 TAKANO `takano32' Mitsuhiro <tak@no32.tk>
* thread.c: fix RB_GC_SAVE_MACHINE_REGISTER_STACK define for ia64. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1a920c7f9b
commit
bd0be3c4fd
@ -1,3 +1,7 @@
|
|||||||
|
Thu Jan 10 19:39:05 2013 TAKANO `takano32' Mitsuhiro <tak@no32.tk>
|
||||||
|
|
||||||
|
* thread.c: fix RB_GC_SAVE_MACHINE_REGISTER_STACK define for ia64.
|
||||||
|
|
||||||
Thu Jan 10 17:45:39 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Thu Jan 10 17:45:39 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* Makefile.in, win32/Makefile.sub ($(MKFILES)): continue if Makefile
|
* Makefile.in, win32/Makefile.sub ($(MKFILES)): continue if Makefile
|
||||||
|
2
thread.c
2
thread.c
@ -106,7 +106,7 @@ static inline void blocking_region_end(rb_thread_t *th, struct rb_blocking_regio
|
|||||||
|
|
||||||
#ifdef __ia64
|
#ifdef __ia64
|
||||||
#define RB_GC_SAVE_MACHINE_REGISTER_STACK(th) \
|
#define RB_GC_SAVE_MACHINE_REGISTER_STACK(th) \
|
||||||
do{(th)->machine_register_stack_end = rb_ia64_bsp()}while(0)
|
do{(th)->machine_register_stack_end = rb_ia64_bsp();}while(0)
|
||||||
#else
|
#else
|
||||||
#define RB_GC_SAVE_MACHINE_REGISTER_STACK(th)
|
#define RB_GC_SAVE_MACHINE_REGISTER_STACK(th)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user