mirror of
https://github.com/TinyCC/tinycc.git
synced 2025-11-16 12:34:45 +00:00
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). See598134fff6Also cleanup on_exit() stuff Fromfef701b57f
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
REDIR(__bt_init) \
|
||||
REDIR(__bt_exit) \
|
||||
REDIR(tcc_backtrace) \
|
||||
REDIR(tcc_location) \
|
||||
\
|
||||
REDIR(__bound_ptr_add) \
|
||||
REDIR(__bound_ptr_indir1) \
|
||||
|
||||
Reference in New Issue
Block a user