On Wed, 8 Jan 2020 19:58:27 +0100 Thomas Huth <thuth@xxxxxxxxxx> wrote: > On 08/01/2020 17.13, Claudio Imbrenda wrote: > > Add a wrapper for the SET PREFIX and STORE PREFIX instructions, and > > use it instead of using inline assembly everywhere. > > Either some hunks are missing in this patch, or you should update the > patch description and remove the second part of the sentence ? ... at > least I did not spot the changes where you "use it instead of using > inline assembly everywhere". oops sorry, the description is a little misleading. I meant everywhere in the specific unit test, not everywhere in the whole source tree. I should either change the description or actually patch the remaining users of inline assembly to use the wrappers instead. (any preference?)