From: Cyrill G. <gor...@gm...> - 2017-08-28 22:37:13
|
On Tue, Aug 29, 2017 at 01:08:59AM +0300, Cyrill Gorcunov wrote: > > I see, indeed. Somehow missed it in first place. Thanks for explanation! Btw, there is no such thing as "call imm64" on binary level since the maximum immediate allowed is imm32 (which is sign extended then when executing). Maybe it worth to at least don't allow to pass 8 byte here on source code level? |