Skip to content
Snippets Groups Projects
Commit 011403a7 authored by an7s's avatar an7s
Browse files

deactive deallocate padding

Former-commit-id: 034a75c0e160e1f84cd06738b6653e4eafa3fe5b
parent ba398563
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,7 @@ bool HLX_Instrument::padSizeOnAllocation(Function_t* const p_func, const int pad
// pad argument #2 of function, assume it's the size
bool HLX_Instrument::padSizeOnDeallocation(Function_t* const p_func, const int padding)
{
return true; // make sure deactivated for now
assert(p_func);
Instruction_t *entry = p_func->GetEntryPoint();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment