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

--- Comment #7 from Walter Bright <[email protected]> ---
(In reply to Walter Bright from comment #5)
> The following code:
> 
>   uint func()
>   {
>     asm
>     {
>       naked;
>       inc long ptr [EAX];
>     }
>   }
> 
> generates:
> 
>   __D5test24funcFZk:
>         inc     byte ptr [EAX]   <== !!!!!
> 

Filed as https://issues.dlang.org/show_bug.cgi?id=21181 so as not to confuse
this issue.

--

Reply via email to