https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100152

Gabriel Ravier <gabravier at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gabravier at gmail dot com

--- Comment #14 from Gabriel Ravier <gabravier at gmail dot com> ---
(In reply to lucier from comment #13)
> (In reply to Iain Sandoe from comment #8)
> > the values of rbp. r10 and esi would be interesting too.
> 
> I'm not really familiar with assembler, don't know what register esi is
>
> [...]
> 
>        rsi = 0x000000000000002f

As a side note, if you want to know, esi is the lower 32 bits of rsi, which in
this case would be 0x2f (same as rsi since the upper 32 bits are 0s).

Reply via email to