X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/038fd3c4a495508204a7b9c2e9745426a0bfadf1..3d2bffb7542628af525b2507d2a5035ead215ff2:/src/kernel/context/ContextRaw.hpp?ds=sidebyside diff --git a/src/kernel/context/ContextRaw.hpp b/src/kernel/context/ContextRaw.hpp index 40b74a4b10..2810c17948 100644 --- a/src/kernel/context/ContextRaw.hpp +++ b/src/kernel/context/ContextRaw.hpp @@ -34,7 +34,7 @@ private: /** pointer to top the stack stack */ void* stack_top_ = nullptr; - static void wrapper(void* arg); + static void wrapper(RawContext* context); }; class RawContextFactory : public SwappedContextFactory {