diff options
Diffstat (limited to '')
-rw-r--r-- | src/lanes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lanes.c b/src/lanes.c index f46046e..6b3264a 100644 --- a/src/lanes.c +++ b/src/lanes.c | |||
@@ -3108,7 +3108,7 @@ LUAG_FUNC( configure) | |||
3108 | STACK_MID( L, 0); | 3108 | STACK_MID( L, 0); |
3109 | 3109 | ||
3110 | // Serialize calls to 'require' from now on, also in the primary state | 3110 | // Serialize calls to 'require' from now on, also in the primary state |
3111 | serialize_require( L); | 3111 | serialize_require( U, L); |
3112 | 3112 | ||
3113 | // Retrieve main module interface table | 3113 | // Retrieve main module interface table |
3114 | lua_pushvalue( L, lua_upvalueindex( 2)); // settings M | 3114 | lua_pushvalue( L, lua_upvalueindex( 2)); // settings M |