_NoFail library patches

Tony van der Hoff tony at mk-net.demon.co.uk
Fri Nov 9 18:24:11 GMT 2001


On 9 Nov 2001, in message <200111091814.SAA24590 at inputplus.demon.co.uk>,
Ralph Corderoy <ralph at inputplus.demon.co.uk> wrote:

> 
> Hi,
> 
>     ;       osheap_resize_no_fail
>     ;       APCS Compliant
>     ;Entry  A1 =  pointer to heap
>     ;       A2 =  required size change in bytes (signed integer)
>     ;       A3 -> actual size change in bytes (signed integer)
>     ;Exit   R  =  os_error code
>     ;
>     ;  C Prototype:
>     ;extern os_error *osheap_resize_no_fail( byte* heap,
>     ;                                        int size_increase
>     ;                                      );
> 
> Just a quick one.  The prototype's parameters don't match the Entry and
> Exit lines, i.e. A3.
> 

Oops! that's about 3 errors in those few lins of documentation!

;	xosheap_resize_no_fail
; 	APCS Compliant
;Entry  A1 =  pointer to heap
;	A2 =  required size change in bytes (signed integer)
;	A3 -> actual size change in bytes (signed integer)
;Exit   R  =  os_error code

;  C Prototype:
;extern os_error *xosheap_resize_no_fail( byte* heap,
;				   	  int size_increase,
;					  int* size_change
;			                );

Thanks, Ralph

-- 
Tony van der Hoff         | MailTo:tony at mk-net.demon.co.uk
                          | MailTo:avanderhoff at iee.org
Buckinghamshire, England  | http:www.mk-net.demon.co.uk



More information about the oslib-team mailing list