Skip to content

Commit

Permalink
* eval_intern.h (TH_EXEC_TAG): need not to FLUSH_REGISTER_WINDOWS.
Browse files Browse the repository at this point in the history
  [ruby-core:15871], [ruby-dev:34088]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
matz committed Mar 19, 2008
1 parent 3f5792a commit 1ee96f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Wed Mar 19 17:31:20 2008 Yukihiro Matsumoto <matz@ruby-lang.org>

* eval_intern.h (TH_EXEC_TAG): need not to FLUSH_REGISTER_WINDOWS.
[ruby-core:15871], [ruby-dev:34088]

Wed Mar 19 14:53:03 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>

* complex.c (nucomp_to_s, nucomp_inspect): get rid of making
Expand Down
3 changes: 1 addition & 2 deletions eval_intern.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ char *strrchr(const char *, const char);
#define PUSH_TAG() TH_PUSH_TAG(GET_THREAD())
#define POP_TAG() TH_POP_TAG()

#define TH_EXEC_TAG() \
(FLUSH_REGISTER_WINDOWS, ruby_setjmp(_th->tag->buf))
#define TH_EXEC_TAG() ruby_setjmp(_th->tag->buf)

#define EXEC_TAG() \
TH_EXEC_TAG()
Expand Down

0 comments on commit 1ee96f7

Please sign in to comment.