diff --git a/src/hlua.c b/src/hlua.c index b5c9facbc..2c68d4fbc 100644 --- a/src/hlua.c +++ b/src/hlua.c @@ -8863,7 +8863,7 @@ __LJMP static int hlua_register_init(lua_State *L) * * are optional arguments that will be provided to */ -static int hlua_register_task(lua_State *L) +__LJMP static int hlua_register_task(lua_State *L) { struct hlua *hlua = NULL; struct task *task = NULL;