[Issue 18826] [inline asm] Wrongcode for mov

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri May 4 15:21:33 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18826

--- Comment #1 from Stefan Koch <uplink.coder at gmail.com> ---
More Info: 
DMD currently generates 64 48 8b 05 00 00 00 00 00 mov    rax,QWORD PTR
fs:[rip+0x0]

But it should generate  64 48 8b 04 25 00 00 00 00 mov    rax,QWORD PTR fs:0x0

--


More information about the Digitalmars-d-bugs mailing list