Re: [PATCH v2 0/2] Fix NOP recognition

2021-03-11 Thread Gedare Bloom
Looks ok to me, might wait for Chris to ACK the change to the exception logic but it appears to be throwing the original exception up the stack so this should be good. On Thu, Mar 11, 2021 at 9:15 AM Alex White wrote: > > v2: > - Fix leftover debugging code in Coverage::finalizeSymbol() > > This

[PATCH v2 0/2] Fix NOP recognition

2021-03-11 Thread Alex White
v2: - Fix leftover debugging code in Coverage::finalizeSymbol() This patch set fixes a couple cases where NOP instructions were showing up as unexecuted in coverage reports. Alex White (2): covoar: Fix NOP execution marking covoar/Target_i386: Add NOP patterns