Commit
7e117ed8f12fbe19a53a44bd2d66f91cf1ca2197
by lep.deleteFix i2code generation
There were two errors when generating Auto#_i2code:
1. the dummy functions were looked up in reverse, that is id -1 was returning
dummyFunction101 or something like this.
2. the binary search generating function expects a continous field between
lo and hi but since we don't use id 0 there was an off-by-one error.
(commit: 7e117ed)