On 20.07.2011, at 17:12, Avi Kivity wrote: > On 07/19/2011 05:53 AM, Alexander Graf wrote: >> During the transition to get rid of CONFIG_XEN_MAPCACHE we lost the mapcache >> stubs along the way. Nobody realized it because the commands were guarded by >> if (xen_enabled()) clauses that made gcc optimize out the respective calls. >> > > Except those building with --enable-debug.
Ah, that's how you caught it. I was wondering already :). Right, --enable-debug also catches it. Alex