X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=gears%2Fservices%2Fmpi%2Fhcall.h;h=483fa99625eb2ec43bf1b15d7330133855a13251;hb=c4c6794a9159697979f32af4c248cbfc44a29bed;hp=b9cdeffe11e1369d41732e9cdadeece112930bb8;hpb=81b83982e9154637032b4832f9325669b33b9b73;p=palacios.git diff --git a/gears/services/mpi/hcall.h b/gears/services/mpi/hcall.h index b9cdeff..483fa99 100644 --- a/gears/services/mpi/hcall.h +++ b/gears/services/mpi/hcall.h @@ -37,7 +37,7 @@ "vmmcall ; " \ "movq %%rax, %0; " \ "popq %%rbx; " \ - : "=r"(rc) \ + : "=m"(rc) \ : "m"(id), \ "m"(a), "m"(b), "m"(c), "m"(d), \ "m"(e), "m"(f), "m"(g), "m"(h) \