mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-22 11:23:27 +08:00
replacing (addr > e->size) with (addr >= e->size)
was correct only in one place, a second replacing
is reversed by this commit.
replacing (addr > e->size) with (addr >= e->size)
was correct only in one place, a second replacing
is reversed by this commit.