|
From: Julian S. <js...@ac...> - 2016-10-19 16:38:46
|
This was committed as r15737. Thanks for the patch. J On 19/11/15 17:35, Michael Daniels wrote: > Hello, > > The inline assembly in do_cmpxchg8b() clobbers rbx, but it is not in the clobber list > (likely just a spelling mistake, as rdx is in there twice). This was causing problems > for me when running this test on our platform. > > Simple patch attached. |