Skip to content
Snippets Groups Projects
Commit 9a65983a authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

Mark the flags `volatile`, just to be safe. This is not a problem now, but I...

Mark the flags `volatile`, just to be safe. This is not a problem now, but I would hate it to become one later.
parent b4c6cb9a
No related branches found
No related tags found
1 merge request!792Cell flags
...@@ -269,7 +269,7 @@ struct cell { ...@@ -269,7 +269,7 @@ struct cell {
struct cell *super; struct cell *super;
/*! Cell flags bit-mask. */ /*! Cell flags bit-mask. */
uint32_t flags; volatile uint32_t flags;
/*! Hydro variables */ /*! Hydro variables */
struct { struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment