summaryrefslogtreecommitdiff
path: root/include/rv/ltl_monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rv/ltl_monitor.h')
-rw-r--r--include/rv/ltl_monitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rv/ltl_monitor.h b/include/rv/ltl_monitor.h
index 67031a774e3d..5368cf5fd623 100644
--- a/include/rv/ltl_monitor.h
+++ b/include/rv/ltl_monitor.h
@@ -56,7 +56,7 @@ static void ltl_task_init(struct task_struct *task, bool task_creation)
ltl_atoms_fetch(task, mon);
}
-static void handle_task_newtask(void *data, struct task_struct *task, unsigned long flags)
+static void handle_task_newtask(void *data, struct task_struct *task, u64 flags)
{
ltl_task_init(task, true);
}