https://issues.dlang.org/show_bug.cgi?id=20131
--- Comment #1 from Walter Bright <[email protected]> --- Minimal test case: bool test() { asm { naked; cmpxchg [RDX], DIL; } } --
d-bugmail--- via Digitalmars-d-bugs Thu, 15 Aug 2019 02:04:57 -0700
https://issues.dlang.org/show_bug.cgi?id=20131
--- Comment #1 from Walter Bright <[email protected]> --- Minimal test case: bool test() { asm { naked; cmpxchg [RDX], DIL; } } --