Created by: fhahn
Instead of creating unnecessary movk instructions when creating exit stubs, we insert nops instead just before the branch. Ideally we would just have a variable size for the exit stub fragments, but at different places DynamoRIO expects them the be of a fixed size and the last instruction to be a branch.
Issue #2390