Re: Re: CBank manipulation patch

Alex Moon <[email protected]> Thu, 10 Feb 2005 10:11:07 -0500
Newsgroups gmane.comp.lang.forth.picforth
Organization Steradian Technologies, LLC
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--------------040706060204070902040809
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Samuel Tardieu wrote:

>Alex, could you please provide us with an example that fails? It would
>be easier to test your patch and see whether it covers all the cases
>or if another patch is needed.
>  
>

I've attached the simplest reproducing case I could find.  The second 
call to "foo" from "baz" does not have PCLATH set correctly.  I've also 
found that the change to "begin" in the original patch is unnecessary 
due to the no-cbank call in backref (I originally made these changes to 
0.28 which did not make that call).

-- 
Alex R. Moon
Vice President
Steradian Technologies, LLC (http://www.steradiantech.com)


--------------040706060204070902040809
Content-Type: text/plain;
 name="cbank.fs"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="cbank.fs"

: foo ;
    
$0800 org

: bar ;

: baz
    foo \ PCLATH is cleared
    bar \ PCLATH.3 is set
    foo \ Bug: PCLATH should be cleared but is not
;


--------------040706060204070902040809
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
PicForth mailing list
[email protected]
http://lists.rfc1149.net/mailman/listinfo/picforth

--------------040706060204070902040809--