Re: [PATCH v7 2/2] covoar/Target_i386: Add NOP patterns

2021-03-26 Thread Gedare Bloom
seriously, push this patch by itself already :) On Fri, Mar 26, 2021 at 10:40 AM Alex White wrote: > > A couple of NOP patterns found with the pc686 BSP were not detected. > This has been fixed. > --- > tester/covoar/Target_i386.cc | 9 + > 1 file changed, 9 insertions(+) > > diff --git

[PATCH v7 2/2] covoar/Target_i386: Add NOP patterns

2021-03-26 Thread Alex White
A couple of NOP patterns found with the pc686 BSP were not detected. This has been fixed. --- tester/covoar/Target_i386.cc | 9 + 1 file changed, 9 insertions(+) diff --git a/tester/covoar/Target_i386.cc b/tester/covoar/Target_i386.cc index e0c9c0f..4567c1e 100644 ---