On 10/03/2012 10:16 PM, Blue Swirl wrote: >> @@ -141,7 +141,7 @@ static bool memory_listener_match(MemoryListener >> *listener, >> #define MEMORY_LISTENER_UPDATE_REGION(fr, as, dir, callback) \ >> MEMORY_LISTENER_CALL(callback, dir, (&(MemoryRegionSection) { \ >> .mr = (fr)->mr, \ >> - .address_space = (as)->root, \ >> + .address_space = (as), \ > > Maybe remove parenthesis.
I prefer to keep it for consistency and defensiveness, unless you insist. -- error compiling committee.c: too many arguments to function