On 1/31/19 7:01 PM, Marek Polacek wrote:
+ if (*jump_target && *jump_target == orig_jump)
You shouldn't need to check that it's non-null, since the enclosing if established that orig_jump will be non-null. OK with that tweak.
Jason
On 1/31/19 7:01 PM, Marek Polacek wrote:
+ if (*jump_target && *jump_target == orig_jump)
You shouldn't need to check that it's non-null, since the enclosing if established that orig_jump will be non-null. OK with that tweak.
Jason