Skip to content

Commit 3580dd7

Browse files
committed
Disable stack overflow check as it is brokon in most platform
1 parent 7e61164 commit 3580dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickjs/quickjs/quickjs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,7 @@ static void set_dummy_numeric_ops(JSNumericOperations *ops)
15051505

15061506
#endif /* CONFIG_BIGNUM */
15071507

1508-
#if defined(EMSCRIPTEN)
1508+
#if defined(EMSCRIPTEN) || 1
15091509
/* currently no stack limitation */
15101510
static inline uint8_t *js_get_stack_pointer(void)
15111511
{

0 commit comments

Comments
 (0)