This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Warning: indirect jmp without `*'


On Wed, Apr 29, 2009 at 9:00 PM, Alan Grover <alan.grover@gmail.com> wrote:
> I'm getting a
>
> Warning: indirect jmp without `*'
>
> when I use
>
> jmp -12(%ebp)
>
> What do I need to do to make as happy?


Try

jmp    *-12(%ebp)


-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]