compiling issue

Adam Lackorzynski adam at os.inf.tu-dresden.de
Wed Jun 15 22:18:33 CEST 2005


On Wed Jun 15, 2005 at 16:00:22 -0400, Andrew Davenport wrote:
> it is prototyped as public, and defined below in the interface ipc-exception
> section of thread.cpp as
> --
> public:
> inline Trap_state *get_trap_state();
> --
> inline
> Trap_state *Thread::get_trap_state()
> {
>         return (Trap_state*)this->_utcb_handler;
> }

You probably need to write

IMPLEMENT inline
Trap_state *Thread::....



Adam
-- 
Adam                 adam at os.inf.tu-dresden.de
  Lackorzynski         http://os.inf.tu-dresden.de/~adam/




More information about the l4-hackers mailing list