Commit 644776ed authored by Federico Vaga's avatar Federico Vaga

wrtd:rt: set SMEM loopqueue variables to volatile

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>


NOTE
This commit has been created by `git subtree` on the Mock Turtle repository
on tag mock-turtle-2.0

This commit will not compile
parent ed53453f
......@@ -19,7 +19,7 @@
#define LOOP_QUEUE_SIZE 16
static SMEM int head, tail, count;
static SMEM unsigned int head, tail, count;
static SMEM struct wrtd_trigger_entry buf[16];
void loop_queue_init()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment