diff options
Diffstat (limited to '')
-rw-r--r-- | src/lj_err.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_err.c b/src/lj_err.c index 52498932..41fbf5c7 100644 --- a/src/lj_err.c +++ b/src/lj_err.c | |||
@@ -589,7 +589,7 @@ static ptrdiff_t finderrfunc(lua_State *L) | |||
589 | return savestack(L, frame_prevd(frame)+1); /* xpcall's errorfunc. */ | 589 | return savestack(L, frame_prevd(frame)+1); /* xpcall's errorfunc. */ |
590 | return 0; | 590 | return 0; |
591 | default: | 591 | default: |
592 | lua_assert(0); | 592 | lj_assertL(0, "bad frame type"); |
593 | return 0; | 593 | return 0; |
594 | } | 594 | } |
595 | } | 595 | } |