зеркало из https://github.com/mozilla/pjs.git
Fixed a small mistake in the previous checkin.
This commit is contained in:
Родитель
b80c7dd199
Коммит
e0d927a2ba
|
@ -1345,7 +1345,7 @@ struct PRSem {
|
|||
|
||||
struct PRStackStr {
|
||||
/* head MUST be at offset 0; assembly language code relies on this */
|
||||
#if defined(AIX) || defined(OSF1)
|
||||
#if defined(AIX)
|
||||
volatile PRStackElem prstk_head;
|
||||
#else
|
||||
PRStackElem prstk_head;
|
||||
|
|
Загрузка…
Ссылка в новой задаче