David Rose 19 лет назад
Родитель
Сommit
27bc202f98
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      panda/src/pipeline/conditionVarSpinlockImpl.h

+ 1 - 1
panda/src/pipeline/conditionVarSpinlockImpl.h

@@ -49,7 +49,7 @@ public:
 
 private:
   MutexSpinlockImpl &_mutex;
-  volatile PN_int32 _event;
+  TVOLATILE PN_int32 _event;
 };
 
 #include "conditionVarSpinlockImpl.I"