mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-10 21:01:49 +00:00
vbox5: fix typo
This commit is contained in:
parent
dd92ab126b
commit
7a3dc68f34
@ -90,7 +90,7 @@ int PDMR3LdrGetSymbolR3(PVM pVM, const char *pszModule, const char *pszSymbol,
|
||||
*
|
||||
* In this case, it is expected to return the pointer to the symbol
|
||||
* called 'VBoxDriversRegister', which is normally contained in the
|
||||
* dynamically loaded VBoxDD module. However, we link the driver
|
||||
* dynamically loaded VBoxDD module. However, we link the drivers
|
||||
* statically to the binary. So we return the local pointer.
|
||||
*/
|
||||
if (Genode::strcmp(pszModule, "VBoxDD") == 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user