Fix BUDDY_REQS_PRI() macro

parent 0d60541b
......@@ -588,7 +588,7 @@ struct foo {
}}
#define BUDDY_REQS_PRI(reqs, prio) \
(reqs->pri = prio)
((reqs)->pri = prio)
// a_emalloc
#ifdef FREEPAGE_WHEN
......
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