_NoFail library patches
Ralph Corderoy
ralph at inputplus.demon.co.uk
Fri Nov 9 18:14:25 GMT 2001
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.
Ralph.
More information about the oslib-team
mailing list