File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1348,7 +1348,7 @@ vm_loop (vm_frame_ctx_t *frame_ctx_p) /**< frame context */
1348
1348
frame_ctx_p -> byte_code_p = byte_code_start_p ;
1349
1349
frame_ctx_p -> stack_top_p = stack_top_p ;
1350
1350
frame_ctx_p -> call_block_result = block_result ;
1351
- return ;
1351
+ return ecma_make_simple_value ( ECMA_SIMPLE_VALUE_UNDEFINED ) ;
1352
1352
}
1353
1353
frame_ctx_p -> call_operation = VM_NO_EXEC_OP ;
1354
1354
@@ -1380,7 +1380,7 @@ vm_loop (vm_frame_ctx_t *frame_ctx_p) /**< frame context */
1380
1380
frame_ctx_p -> byte_code_p = byte_code_start_p ;
1381
1381
frame_ctx_p -> stack_top_p = stack_top_p ;
1382
1382
frame_ctx_p -> call_block_result = block_result ;
1383
- return ;
1383
+ return ecma_make_simple_value ( ECMA_SIMPLE_VALUE_UNDEFINED ) ;
1384
1384
}
1385
1385
frame_ctx_p -> call_operation = VM_NO_EXEC_OP ;
1386
1386
You can’t perform that action at this time.
0 commit comments