| Index: src/runtime/runtime.h
 | 
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
 | 
| index 2d8fa4e4c8a1e237d5992343a35bfa96e272fe0f..f7908acb2948c18f86b2718b00969c842e9bc5dc 100644
 | 
| --- a/src/runtime/runtime.h
 | 
| +++ b/src/runtime/runtime.h
 | 
| @@ -355,7 +355,7 @@ namespace internal {
 | 
|  #define FOR_EACH_INTRINSIC_MATHS(F) F(GenerateRandomNumbers, 0, 1)
 | 
|  
 | 
|  #define FOR_EACH_INTRINSIC_MODULE(F) \
 | 
| -  F(DynamicImportCall, 1, 1)         \
 | 
| +  F(DynamicImportCall, 2, 1)         \
 | 
|    F(GetModuleNamespace, 1, 1)        \
 | 
|    F(LoadModuleVariable, 1, 1)        \
 | 
|    F(StoreModuleVariable, 2, 1)
 | 
| 
 |