Re: [uml-devel] Re: Problem in compiling without optimisations

2006-05-22 Thread Jeff Dike
On Mon, May 22, 2006 at 04:50:57PM +0200, Nikola Knezevic wrote: > On 5/22/06, Nikola Knezevic <[EMAIL PROTECTED]> wrote: > >This is the culprit: > >static inline void remap_stack(int fd, unsigned long offset) > >{ > >__asm__ volatile ("movl %%eax,%%ebp ; movl %0,%%eax ; int $0x80 ;" > >

[uml-devel] Re: Problem in compiling without optimisations

2006-05-22 Thread Nikola Knezevic
On 5/22/06, Nikola Knezevic <[EMAIL PROTECTED]> wrote: This is the culprit: static inline void remap_stack(int fd, unsigned long offset) { __asm__ volatile ("movl %%eax,%%ebp ; movl %0,%%eax ; int $0x80 ;" "movl %7, %%ebx ; movl %%eax, (%%ebx)"