aboutsummaryrefslogtreecommitdiff
path: root/libitm/retry.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libitm/retry.cc')
-rw-r--r--libitm/retry.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libitm/retry.cc b/libitm/retry.cc
index 2c1483e..660bf52 100644
--- a/libitm/retry.cc
+++ b/libitm/retry.cc
@@ -314,7 +314,7 @@ GTM::gtm_thread::number_of_threads_changed(unsigned previous, unsigned now)
set_default_dispatch(default_dispatch_user);
else
{
- abi_dispatch* a = dispatch_serialirr_onwrite();
+ abi_dispatch* a = dispatch_ml_wt();
if (a->supports(now))
set_default_dispatch(a);
else