Skip to content

Commit

Permalink
Controller: Fix coverity
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldfish64 committed Oct 1, 2022
1 parent 027e65b commit c719c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MacHyperVSupport/Controller/HyperVController.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ class HyperVController : public IOService {
UInt32 _hvRecommends = 0;

#if __MAC_OS_X_VERSION_MIN_REQUIRED >= __MAC_10_6
pmCallBacks_t _pmCallbacks;
IOSimpleLock *_preemptionLock;
pmCallBacks_t _pmCallbacks = { };
IOSimpleLock *_preemptionLock = nullptr;
#endif

//
Expand Down

0 comments on commit c719c5a

Please sign in to comment.