aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.cpp
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-05-31 11:40:28 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-05-31 11:40:28 +0200
commita65a84cfad4eae38e5e84b1ab11f60a62833f287 (patch)
tree3d3b6cc88c188f2c34d3283e081316d6cc05ae83 /src/lanes.cpp
parent731556711e453a501f1d1d06a6013b8fbd53414e (diff)
downloadlanes-a65a84cfad4eae38e5e84b1ab11f60a62833f287.tar.gz
lanes-a65a84cfad4eae38e5e84b1ab11f60a62833f287.tar.bz2
lanes-a65a84cfad4eae38e5e84b1ab11f60a62833f287.zip
Improved multi-keeper tests
Diffstat (limited to 'src/lanes.cpp')
-rw-r--r--src/lanes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lanes.cpp b/src/lanes.cpp
index 4b4f9a8..41450f3 100644
--- a/src/lanes.cpp
+++ b/src/lanes.cpp
@@ -664,7 +664,7 @@ LUAG_FUNC(configure)
664 664
665 STACK_CHECK(L_, 2); 665 STACK_CHECK(L_, 2);
666 DeepFactory::PushDeepProxy(DestState{ L_ }, _U->timerLinda, 0, LookupMode::LaneBody, L_); // L_: settings M timerLinda 666 DeepFactory::PushDeepProxy(DestState{ L_ }, _U->timerLinda, 0, LookupMode::LaneBody, L_); // L_: settings M timerLinda
667 lua_setfield(L_, -2, "timer_gateway"); // L_: settings M 667 lua_setfield(L_, -2, "timerLinda"); // L_: settings M
668 STACK_CHECK(L_, 2); 668 STACK_CHECK(L_, 2);
669 669
670 // prepare the metatable for threads 670 // prepare the metatable for threads