- Timestamp:
- Feb 15, 2021 10:44:00 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/qtpatching.cpp
r87756 r87757 284 284 { 285 285 /* Allocate executable memory, assemble the patches and last make the area to patch writable and insert the trampoline. */ 286 g_pbExecMemory = (uint8_t *)RTMemExecAlloc(2 * (cbInsnMov1 + cbInsnMov2 + cbInsnMov3) + 128 /** @todo */);286 g_pbExecMemory = (uint8_t *)RTMemExecAlloc(2 * (cbInsnMov1 + cbInsnMov2 + cbInsnMov3) + 64); 287 287 if (g_pbExecMemory) 288 288 {
Note:
See TracChangeset
for help on using the changeset viewer.

