diff options
Diffstat (limited to 'executor/executor_windows.cc')
| -rw-r--r-- | executor/executor_windows.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/executor/executor_windows.cc b/executor/executor_windows.cc index 57c40279b..bb3848f33 100644 --- a/executor/executor_windows.cc +++ b/executor/executor_windows.cc @@ -59,6 +59,16 @@ uint32 read_cover_size(thread_t* th) return 0; } +bool cover_check(uint32 pc) +{ + return true; +} + +bool cover_check(uint64 pc) +{ + return true; +} + uint32* write_output(uint32 v) { return &output; |
