mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* include/ruby/defines.h (flush_register_windows): call "ta 0x03"
even on Linux/Sparc. [ruby-dev:31674] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@13365 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
751bb3cc15
commit
1c19abfab9
3 changed files with 7 additions and 4 deletions
|
|
@ -1,3 +1,8 @@
|
|||
Fri Sep 7 14:14:19 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* include/ruby/defines.h (flush_register_windows): call "ta 0x03"
|
||||
even on Linux/Sparc. [ruby-dev:31674]
|
||||
|
||||
Fri Sep 7 14:12:37 2007 Masaki Suketa <masaki.suketa@nifty.ne.jp>
|
||||
|
||||
* ext/win32ole/win32ole.c (ole_type_progid, reg_enum_key,
|
||||
|
|
|
|||
|
|
@ -218,9 +218,7 @@ flush_register_windows(void)
|
|||
#endif
|
||||
# if defined(__sparc_v9__) || defined(__sparcv9) || defined(__arch64__)
|
||||
("flushw")
|
||||
# elif defined(linux) || defined(__linux__)
|
||||
("ta 0x83")
|
||||
# else /* Solaris, OpenBSD, NetBSD, etc. */
|
||||
# else
|
||||
("ta 0x03")
|
||||
# endif /* trap always to flush register windows if we are on a Sparc system */
|
||||
;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#define RUBY_RELEASE_DATE "2007-09-07"
|
||||
#define RUBY_VERSION_CODE 185
|
||||
#define RUBY_RELEASE_CODE 20070907
|
||||
#define RUBY_PATCHLEVEL 102
|
||||
#define RUBY_PATCHLEVEL 103
|
||||
|
||||
#define RUBY_VERSION_MAJOR 1
|
||||
#define RUBY_VERSION_MINOR 8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue