The stack pointer is the 0th element in the jmp_buf.

This commit is contained in:
wtc 1998-05-07 01:52:43 +00:00
Родитель 2ac477a0c8
Коммит 0e913de567
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -50,7 +50,7 @@
#define CONTEXT(_th) ((_th)->md.context)
#define _MD_GET_SP(_th) (_th)->md.context[2]
#define _MD_GET_SP(_th) (_th)->md.context[0]
#define PR_NUM_GCREGS _JBLEN
/*

Просмотреть файл

@ -50,7 +50,7 @@
#define CONTEXT(_th) ((_th)->md.context)
#define _MD_GET_SP(_th) (_th)->md.context[2]
#define _MD_GET_SP(_th) (_th)->md.context[0]
#define PR_NUM_GCREGS _JBLEN
/*