Loading...
Searching...
No Matches
Go to the documentation of this file.
19#ifndef CONFIG_I386_NM_I386GNU_H
20#define CONFIG_I386_NM_I386GNU_H
23#define THREAD_STATE_FLAVOR i386_REGS_SEGS_STATE
24#define THREAD_STATE_SIZE i386_THREAD_STATE_COUNT
25#define THREAD_STATE_SET_TRACED(state) \
26 ((struct i386_thread_state *) (state))->efl |= 0x100
27#define THREAD_STATE_CLEAR_TRACED(state) \
28 ((((struct i386_thread_state *) (state))->efl &= ~0x100), 1)