Ticket #18048: initialize-sup.patch
| File initialize-sup.patch, 443 bytes (added by , 6 years ago) |
|---|
-
VirtualBox-5.2.18/src/VBox/VMM/VMMR3/VM.cpp
a b 201 201 AssertPtrNullReturn(ppUVM, VERR_INVALID_POINTER); 202 202 AssertReturn(ppVM || ppUVM, VERR_INVALID_PARAMETER); 203 203 204 int rc1 = SUPR3Init(NULL); 205 if (RT_FAILURE(rc1)) 206 return rc1; 207 204 208 /* 205 209 * Because of the current hackiness of the applications 206 210 * we'll have to initialize global stuff from here.

