Changeset 3338 in kBuild
- Timestamp:
- Apr 22, 2020 6:40:19 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kWorker/kWorker.c
r3337 r3338 7648 7648 else 7649 7649 cNew = 32; 7650 pvNew = kHlpRealloc(g_Sandbox.paMemMappings, cNew * sizeof(g_Sandbox.paMemMappings ));7650 pvNew = kHlpRealloc(g_Sandbox.paMemMappings, cNew * sizeof(g_Sandbox.paMemMappings[0])); 7651 7651 if (pvNew) 7652 7652 g_Sandbox.paMemMappings = (PKWMEMMAPPING)pvNew;
Note:
See TracChangeset
for help on using the changeset viewer.