Thread overview
[Issue 18553] Inline assembler: CR2, CR3 control registers not available in 64-bit code
March 20, 2018
https://issues.dlang.org/show_bug.cgi?id=18553

bitter.taste@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bitter.taste@gmx.com

--- Comment #1 from bitter.taste@gmx.com ---
DMD PR https://github.com/dlang/dmd/pull/8017

--
March 22, 2018
https://issues.dlang.org/show_bug.cgi?id=18553

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/77bab61f3c4ad2fbd5cef4289677e926ff7771ef Fix issue 18553 - Allow mov reg64,crn and mov crn,reg64

Also add support for reading/writing the CR8 register on x64.

https://github.com/dlang/dmd/commit/a73766db46abe86fd0c2e74ce60920b0a50669f0 Merge pull request #8017 from LemonBoy/b18553

Fix issue 18553 - Allow mov reg64,crn and mov crn,reg64 merged-on-behalf-of: Walter Bright <WalterBright@users.noreply.github.com>

--
March 22, 2018
https://issues.dlang.org/show_bug.cgi?id=18553

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--