fix the wrong checks in memcheck.

This commit is contained in:
okuji 1999-10-20 07:50:31 +00:00
parent 19c9df87bc
commit 08ba682d78
3 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
1999-10-20 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* stage2/char_io.c (memcheck): Fix the checks: "<=" -> "<".
Reported by Mike Hicks <hick0088@umn.edu>.
1999-10-19 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* stage2/builtins.c (find_func): New function.