Skip to content
Snippets Groups Projects
Commit 21d7616d authored by whh8b's avatar whh8b
Browse files

Track dollop truncation.

parent d5791af5
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ namespace Zipr_SDK {
m_size = 0;
m_fallthrough_dollop = NULL;
m_was_truncated = false;
if (start == NULL)
return;
......
......@@ -1478,6 +1478,8 @@ void ZiprImpl_t::PlaceDollops()
Dollop_t *split_dollop = to_place->Split((*dit)->Instruction());
m_dollop_mgr.AddDollops(split_dollop);
to_place->WasTruncated(true);
if (m_verbose)
cout << "Split a dollop because it didn't fit. Fallthrough to "
<< std::hex << split_dollop << "." << endl;
......
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