]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/win32_ucontext.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move datadesc and TCP sockets from GRAS to XBT.
[simgrid.git] / src / xbt / win32_ucontext.c
index c91c39e42623d42f6e031b15a96d8afe73d07558..1d8adceb823f3a11957ce8ef4f48170a3ad778e1 100644 (file)
@@ -59,7 +59,7 @@ int makecontext(ucontext_t * ucp, void (*func) (), int argc, ...)
   }\r
   \r
       /* Set the instruction and the stack pointer */\r
-  #ifdef I_X86_\r
+  #ifdef _I_X86_\r
   ucp->uc_mcontext.Eip = (DWORD) func;\r
   ucp->uc_mcontext.Esp = (DWORD) sp - sizeof(void*);\r
   #endif\r