X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7ab35b7d7e11d4a454b296b185770098104ebda9..f9ff9073c22a1a5fca4f2bf51fa601789acc6b15:/src/xbt/win32_ucontext.c diff --git a/src/xbt/win32_ucontext.c b/src/xbt/win32_ucontext.c index 5c2e2b5107..ab72eb18f5 100644 --- a/src/xbt/win32_ucontext.c +++ b/src/xbt/win32_ucontext.c @@ -74,7 +74,7 @@ int makecontext(ucontext_t * ucp, void (*func) (), int argc, ...) ucp->uc_mcontext.Rip = (DWORD64) func; ucp->uc_mcontext.Rsp = (DWORD64) sp - sizeof(void*); #else - #error "No architecture defined for Windows build. + #error "No architecture defined for Windows build." #endif /* Save/Restore the full machine context */