Subversion Repositories HelenOS

Rev

Rev 4377 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4377 Rev 4390
Line 280... Line 280...
280
        if (THREAD && istate_from_uspace(istate)) {
280
        if (THREAD && istate_from_uspace(istate)) {
281
            /*
281
            /*
282
             * The userspace thread has TF set and executed
282
             * The userspace thread has TF set and executed
283
             * an instruction
283
             * an instruction
284
             */
284
             */
285
            udebug_trap_event(istate->eip);
285
            udebug_trap_event(getip(istate));
286
            return;
286
            return;
287
        }
287
        }
288
    }
288
    }
289
#endif
289
#endif
290
 
290