mirror of
https://github.com/janet-lang/janet
synced 2025-10-30 15:13:03 +00:00
Coming from commit 77189b6e66, relating
to changes in source mapping debug info, this caused a segfault when
traversing a stack frame where the birth_pc was incredibly large due
to wrap around. This fix prevents the wrap around and does saturating
subtraction to 0.