VM8086 Support, Starting on VESA Driver
[tpg/acess2.git] / Kernel / include / threads.h
index 9c5ebe7..b55fe0e 100644 (file)
@@ -19,7 +19,7 @@ typedef struct sThread
        // --- threads.c's
        struct sThread  *Next;  //!< Next thread in list
        tSpinlock       IsLocked;       //!< Thread's spinlock
-        int    Status;         //!< Thread Status
+       volatile int    Status;         //!< Thread Status
         int    RetStatus;      //!< Return Status
        
        Uint    TID;    //!< Thread ID

UCC git Repository :: git.ucc.asn.au