Skip to content

Commit

Permalink
2009-06-15 Zoltan Varga <vargaz@gmail.com>
Browse files Browse the repository at this point in the history
	* gc_wrapper.h: Disable thread local alloc on mips.

svn path=/trunk/mono/; revision=136103
  • Loading branch information
vargaz committed Jun 15, 2009
1 parent a376364 commit 6acca86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions mono/utils/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2009-06-15 Zoltan Varga <vargaz@gmail.com>

* gc_wrapper.h: Disable thread local alloc on mips.

2009-05-26 Zoltan Varga <vargaz@gmail.com>

* CMakeLists.txt: New file.
Expand Down
2 changes: 1 addition & 1 deletion mono/utils/gc_wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* ARM has no definition for some atomic functions in gc_locks.h and
* support is also disabled in libgc/configure.in.
*/
# if !defined(__sparc__) && !defined(__sun) && !defined(__arm__)
# if !defined(__sparc__) && !defined(__sun) && !defined(__arm__) && !defined(__mips__)
# define GC_REDIRECT_TO_LOCAL
# endif
# endif
Expand Down

0 comments on commit 6acca86

Please sign in to comment.