2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
9 /* this struct defines the way the registers are stored on the
10 stack during a system call. */
26 #define user_mode(regs) ((3 & (regs)->xcs))
27 #define instruction_pointer(regs) ((regs)->eip)