Thread overview
[Issue 21182] asm code is missing `int ptr` and so defaults to byte op
Aug 21, 2020
Walter Bright
Aug 21, 2020
Dlang Bot
Aug 22, 2020
Dlang Bot
August 21, 2020
https://issues.dlang.org/show_bug.cgi?id=21182

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code

--
August 21, 2020
https://issues.dlang.org/show_bug.cgi?id=21182

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/phobos pull request #7601 "fix Issue 21182 - asm code is missing int ptr  and so defaults to byt…" fixing this issue:

- fix Issue 21182 - asm code is missing int ptr  and so defaults to byte op

https://github.com/dlang/phobos/pull/7601

--
August 22, 2020
https://issues.dlang.org/show_bug.cgi?id=21182

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7601 "fix Issue 21182 - asm code is missing int ptr and so defaults to byt…" was merged into master:

- b01c263e0d36b379c4a780bfd5d8e0fb519f91c7 by Walter Bright:
  fix Issue 21182 - asm code is missing int ptr  and so defaults to byte op

https://github.com/dlang/phobos/pull/7601

--