Skip to content

Commit

Permalink
Call parent function during configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldfish64 committed Jun 2, 2022
1 parent 2b396b0 commit d40e4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MacHyperVSupport/Graphics/HyperVGraphics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bool HyperVGraphics::configure(IOService *provider) {
UInt32 fbSize = (UInt32)(consoleInfo.v_height * consoleInfo.v_rowBytes);

addBridgeMemoryRange(consoleInfo.v_baseAddr, fbSize, true);
return true;
return super::configure(provider);
}

bool HyperVGraphics::start(IOService *provider) {
Expand Down

0 comments on commit d40e4a7

Please sign in to comment.