| 115 | } |
| 116 | |
| 117 | int lua_resume_worker_51(lua_State* L, int nargs) |
| 118 | { |
| 119 | LPVOID lp; |
| 120 | LhBarrierGetCallback(&lp); |
| 121 | const auto luaResume = (_lua_resume_51)lp; |
| 122 | EmmyFacade::Get().Attach(L); |
| 123 | return luaResume(L, nargs); |
| 124 | } |
| 125 | |
| 126 | #define HOOK(FN, WORKER, REQUIRED) {\ |
| 127 | const auto it = symbols.find(""#FN"");\ |
nothing calls this directly
no test coverage detected