K 10 svn:author V 3 bde K 8 svn:date V 27 1997-11-20T18:24:52.000000Z K 7 svn:log V 337 Fixed wrong limits for the kernel text in db_numargs(). The interval [VM_MIN_KERNEL_ADDRESS, etext] was used instead of [btext, etext). Added a comment about this being completely wrong for LKMs. This only affects interpreting the instructions after the return to attempt decide the number of args. The attempt usually fails anyway. END