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 `*'


that worked 4 me

 __asm__ __volatile__("call next;");
    __asm__ __volatile__("next: pop %eax;");
    __asm__ __volatile__("mov %%eax,%0":"=b"(run));
    runPtr=(void*)(run-4);
    __asm__ __volatile__("jmp %0"::"r"(run));



--
View this message in context: http://sourceware-org.1504.n7.nabble.com/Warning-indirect-jmp-without-tp141018p221001.html
Sent from the Sourceware - binutils list mailing list archive at Nabble.com.


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