diff options
Diffstat (limited to 'executor/executor_windows.cc')
| -rw-r--r-- | executor/executor_windows.cc | 2 |
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; } |
