--- Net2/arch/i386/include/reg.h 2018/04/24 18:04:01 1.1.1.1 +++ Net2/arch/i386/include/reg.h 2018/04/24 18:20:44 1.1.1.2 @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)reg.h 5.5 (Berkeley) 1/18/91 + * from: @(#)reg.h 5.5 (Berkeley) 1/18/91 + * reg.h,v 1.3 1993/05/24 11:37:21 cgd Exp */ /* @@ -90,4 +91,6 @@ #define NIPCREG 14 int ipcreg[NIPCREG] = { tES,tDS,tEDI,tESI,tEBP,tEBX,tEDX,tECX,tEAX,tEIP,tCS,tEFLAGS,tESP,tSS }; +int sipcreg[NIPCREG] = /* Should we define a structure with all regs? XXX */ + { 0, 0, sEDI,sESI,sEBP,sEBX,sEDX,sECX,sEAX,sEIP,sCS,sEFLAGS,sESP,sSS }; #endif