зеркало из https://github.com/mozilla/gecko-dev.git
The stack pointer is the 0th element in the jmp_buf.
This commit is contained in:
Родитель
2ac477a0c8
Коммит
0e913de567
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче