Undo part of incr_offset patch.
commit598134fff6a1c85bd048ab307ff91cd24dcfbafd
authorherman ten brugge <hermantenbrugge@home.nl>
Wed, 30 Aug 2023 14:10:39 +0000 (30 16:10 +0200)
committerherman ten brugge <hermantenbrugge@home.nl>
Wed, 30 Aug 2023 14:10:39 +0000 (30 16:10 +0200)
treee2dd32f4bc4e3c79b66afe47db5962d55552478c
parentd1c107738b0f85c80cbe7cb859cb8ade6bd1ce16
Undo part of incr_offset patch.

The incr_offset offset code was not working with bounds checking.
So I reverted part of tccgen.c.
See new test code 132.

Also added some debugging code that prints location of
bounds checking calls. Needed this to find the problem.
See lib/bcheck.c, lib/bt-dll.c, lib/bt-exe.c, lib/bt-log.c, tccrun.c
lib/bcheck.c
lib/bt-dll.c
lib/bt-exe.c
lib/bt-log.c
tccgen.c
tccrun.c
tests/tests2/132_bound_test.c [new file with mode: 0644]
tests/tests2/132_bound_test.expect [new file with mode: 0644]