This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Warning: indirect jmp without `*'
- From: Alan Grover <alan dot grover at gmail dot com>
- To: binutils at sourceware dot org
- Date: Wed, 29 Apr 2009 22:00:43 -0600
- Subject: Warning: indirect jmp without `*'
I'm getting a
Warning: indirect jmp without `*'
when I use
jmp -12(%ebp)
What do I need to do to make as happy?
The program works as intended; I'm just trying to get rid of the warning.
Please copy me directly; I'm not subscribed to the list.
I'm using the GNU assembler 2.17.50 20060824 mingw32 target.
Thanks in advance for any help you can give!
Alan