bcheck: remove "tcc_location()" & x86_64 double fix
commit3f3cbb51ed113df35593ec6b156e0fab82206666
authorgrischka <grischka>
Wed, 30 Aug 2023 19:20:13 +0000 (30 21:20 +0200)
committergrischka <grischka>
Wed, 6 Sep 2023 20:42:21 +0000 (6 22:42 +0200)
treec2027fdf8253cc2eb5e32fc2efa9faa65915a1e0
parentff2a372a9af5a7eb16548940f779a24c20767d4f
bcheck: remove "tcc_location()" & x86_64 double fix

using (modified) tcc_backtrace() instead.
Also

Also fix the original bug with doubles on x86_64.
(which was not caused by incr_offset() actually).
See 598134fff6a1c85bd048ab307ff91cd24dcfbafd

Also cleanup on_exit() stuff
From fef701b57fa75f1c387c3e6e8e7ba251a053698f
lib/bcheck.c
lib/bt-dll.c
lib/bt-exe.c
lib/bt-log.c
tccgen.c
tccrun.c
x86_64-gen.c