comparison packages/hal/synth/i386linux/current/include/arch.inc @ 176:3902ef905c9c

Merge from eCos master repository on 2001-08-03-06:43:13-BST
author jlarmour
date Fri, 03 Aug 2001 12:27:32 +0000
parents ac086aa3217e
children e0c0827131d1
comparison
equal deleted inserted replaced
175:e7780801e1a7 176:3902ef905c9c
59 .equ i386reg_next_context, 4 # only used when dropping through... 59 .equ i386reg_next_context, 4 # only used when dropping through...
60 .equ i386reg_ebp, 8 # ...from switch_ to load_context. 60 .equ i386reg_ebp, 8 # ...from switch_ to load_context.
61 .equ i386reg_ebx, 12 61 .equ i386reg_ebx, 12
62 .equ i386reg_esi, 16 62 .equ i386reg_esi, 16
63 .equ i386reg_edi, 20 63 .equ i386reg_edi, 20
64 .equ i386reg_context_size, 24 64 .equ i386reg_interrupts, 24
65 .equ i386reg_context_size, 28
65 66
66 #------------------------------------------------------------------------------ 67 #------------------------------------------------------------------------------
67 # end of arch.inc 68 # end of arch.inc