view 3rdparty/packages/cc/sources/cfinish.a @ 2229:918c7c68ea4d

Made formats quiet
author boisy
date Sun, 22 Mar 2009 12:21:59 +0000
parents 0198655f2552
children
line wrap: on
line source

 use ...../defs/os9defs.a

 psect cfinish_a,0,0,1,0,0
* normal exit - buffers flushed if there are any
exit: lbsr _dumprof profile dump (if necessary)
 lbsr _tidyup

* abnormal exit - no buffer flushing
* the argument to either exit entry is taken to be the
* F$EXIT status
_exit: ldd 2,s get the exit status
 os9 F$EXIT and bye-bye!
 endsect