|
>From: rob@dekko.com >Date: Tue, 19 Feb 2002 09:32:08 -0500 > >If you are using the %addr, then why bother with the %parms? Rob, the area where the parameters are passed still contains old parameters from previous calls. If a parameter wasn't passed, there may or may not be an old pointer at the spot where the program would be looking for the parameter. Just checking %addr might get a false positive, and the program would access some storage, who knows where. Just using the value would cause the procedure to run incorrectly; changing the value would cause storage corruption somewhere, which may or may not cause really really bad things to happen. Barbara Morris
This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.