Bug 21182 – asm code is missing `int ptr` and so defaults to byte op
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
x86
OS
All
Creation time
2020-08-21T10:07:13Z
Last change time
2020-08-22T11:46:13Z
Keywords
pull, wrong-code
Assigned to
No Owner
Creator
Walter Bright
Comments
Comment #0 by bugzilla — 2020-08-21T10:07:13Z
The error message:
std/internal/math/biguintx86.d(1172): Error: operand size for opcode `dec` is ambiguous, add `ptr byte/short/int/long` prefix
Comment #1 by dlang-bot — 2020-08-21T10:11:53Z
@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
Comment #2 by dlang-bot — 2020-08-22T11:46:13Z
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