summaryrefslogtreecommitdiff
path: root/src/gc/gcpriv.h
diff options
context:
space:
mode:
authorJonghyun Park <parjong@gmail.com>2016-11-29 20:24:51 +0900
committerJan Vorlicek <janvorli@microsoft.com>2016-11-29 12:24:51 +0100
commit31c5791b1c81800703655f7d306b030e3cde9bd2 (patch)
tree12d3d2955d4454abb455a887d75ae6fde450fd57 /src/gc/gcpriv.h
parent3f85c4c9c5a0ad78a4ed0f12c389b5c50c4527d6 (diff)
downloadcoreclr-31c5791b1c81800703655f7d306b030e3cde9bd2.tar.gz
coreclr-31c5791b1c81800703655f7d306b030e3cde9bd2.tar.bz2
coreclr-31c5791b1c81800703655f7d306b030e3cde9bd2.zip
Fix the mistmatch between gc_thread_stub and GCThreadFunction (#8336)
Diffstat (limited to 'src/gc/gcpriv.h')
-rw-r--r--src/gc/gcpriv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gc/gcpriv.h b/src/gc/gcpriv.h
index 3c9e2234a8..c088c34239 100644
--- a/src/gc/gcpriv.h
+++ b/src/gc/gcpriv.h
@@ -1224,7 +1224,7 @@ public:
static
gc_heap* balance_heaps_loh (alloc_context* acontext, size_t size);
static
- void __stdcall gc_thread_stub (void* arg);
+ void gc_thread_stub (void* arg);
#endif //MULTIPLE_HEAPS
CObjectHeader* try_fast_alloc (size_t jsize);