On Tue, May 13, 2003 at 06:31:44PM +0530, S kris wrote: > Thanks for the reply, > > To be more specific, I get this error when I use the following statement in > a function. > > __asm { int 3 }; > > The error doesn't show up when the above statement is commented. What may > be the cause and fix for this? It's invalid syntax for asm. See gcc info pages for the correct one (it's kind of complicated so it can include some optimization hints). ------------------------------------------------------------------------------- Jan 'Bulb' Hudec <bulb@ucw.cz> -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/