mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
add sto_erase tests
This commit is contained in:
@@ -547,7 +547,7 @@ HookAPI::sto_emplace(
|
||||
|
||||
// we must inject the field at the canonical location....
|
||||
// so find that location
|
||||
unsigned char* start = const_cast<unsigned char*>(source_object.data());
|
||||
unsigned char* start = (unsigned char*)(source_object.data());
|
||||
unsigned char* upto = start;
|
||||
unsigned char* end = start + source_object.size();
|
||||
unsigned char* inject_start = end;
|
||||
|
||||
Reference in New Issue
Block a user