aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor_windows.cc
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-04-30 09:23:21 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-04-30 09:23:37 +0200
commitd5b114b4015bcfb0ea2724efc01f478f6ea96b4f (patch)
treef98ea09b86576b7a5134d0d33f72b31269d583d1 /executor/executor_windows.cc
parent06db3cec94c54e1cf720cdd5db72761514569d56 (diff)
executor: fix read_cover_size signature
Diffstat (limited to 'executor/executor_windows.cc')
-rw-r--r--executor/executor_windows.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/executor_windows.cc b/executor/executor_windows.cc
index 374151ef2..57c40279b 100644
--- a/executor/executor_windows.cc
+++ b/executor/executor_windows.cc
@@ -54,7 +54,7 @@ void cover_reset(thread_t* th)
{
}
-uint64 read_cover_size(thread_t* th)
+uint32 read_cover_size(thread_t* th)
{
return 0;
}