diff options
Diffstat (limited to 'view/kernelcache/core')
| -rw-r--r-- | view/kernelcache/core/KCView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/kernelcache/core/KCView.h b/view/kernelcache/core/KCView.h index c78833c0..530e10de 100644 --- a/view/kernelcache/core/KCView.h +++ b/view/kernelcache/core/KCView.h @@ -16,6 +16,8 @@ public: ~KCView() override; bool Init() override; + + virtual bool PerformIsExecutable() const override { return true; } }; |
