mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 00:11:44 +00:00
missed one update in KeepAliveProc *p should be volatile
This commit is contained in:
parent
b2ca00a62d
commit
7db29ef780
@ -627,8 +627,7 @@ VOID CALLBACK KeepAliveTimerProc(HWND hwnd, UINT uMsg, UINT idEvent, DWORD dwTim
|
||||
|
||||
while(count<kMaxSteps) {
|
||||
|
||||
//should these be marked volatile?
|
||||
long *p=(long*)gFuncTable[theCurrentModule][theCurrentProc];
|
||||
volatile long *p=(long*)gFuncTable[theCurrentModule][theCurrentProc];
|
||||
if (p) {
|
||||
count++;
|
||||
if (*p && p){
|
||||
|
Loading…
x
Reference in New Issue
Block a user