mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 23:54:16 +08:00
replacing (addr > e->size) with (addr >= e->size)
was correct only in one place, a second replacing
is reversed by this commit.
|
||
|---|---|---|
| .. | ||
| alloca86_64.S | ||
| alloca86-bt.S | ||
| alloca86.S | ||
| alloca-arm.S | ||
| armeabi.c | ||
| bcheck.c | ||
| lib-arm64.c | ||
| libtcc1.c | ||
| Makefile | ||
| testfp.c | ||