aboutsummaryrefslogtreecommitdiff
path: root/src/deep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/deep.cpp')
-rw-r--r--src/deep.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deep.cpp b/src/deep.cpp
index 249c497..8754178 100644
--- a/src/deep.cpp
+++ b/src/deep.cpp
@@ -237,7 +237,7 @@ void DeepFactory::PushDeepProxy(DestState const L_, DeepPrelude* const prelude_,
237 raise_luaL_error(errL_, "lanes receiving deep userdata should register the 'package' library"); 237 raise_luaL_error(errL_, "lanes receiving deep userdata should register the 'package' library");
238 } 238 }
239 239
240 std::ignore = luaG_pushstring(L_, _modname); // L_: DPC proxy metatable require() "module" 240 luaG_pushstring(L_, _modname); // L_: DPC proxy metatable require() "module"
241 if (luaG_getfield(L_, LUA_REGISTRYINDEX, LUA_LOADED_TABLE) != LuaType::TABLE) { // L_: DPC proxy metatable require() "module" _R._LOADED 241 if (luaG_getfield(L_, LUA_REGISTRYINDEX, LUA_LOADED_TABLE) != LuaType::TABLE) { // L_: DPC proxy metatable require() "module" _R._LOADED
242 // no L.registry._LOADED; can this ever happen? 242 // no L.registry._LOADED; can this ever happen?
243 lua_pop(L_, 6); // L_: 243 lua_pop(L_, 6); // L_: