Mercurial > hg > Members > kono > nitros9-code
annotate 3rdparty/packages/cc/sources/cfinish.a @ 2609:9dd4f422aac7
Added NitrOS-9 ROM Kit from Cloud-9
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Tue, 31 Jan 2012 13:57:35 -0600 |
parents | 0198655f2552 |
children |
rev | line source |
---|---|
867 | 1 use ...../defs/os9defs.a |
2 | |
3 psect cfinish_a,0,0,1,0,0 | |
4 * normal exit - buffers flushed if there are any | |
5 exit: lbsr _dumprof profile dump (if necessary) | |
6 lbsr _tidyup | |
7 | |
8 * abnormal exit - no buffer flushing | |
9 * the argument to either exit entry is taken to be the | |
10 * F$EXIT status | |
11 _exit: ldd 2,s get the exit status | |
12 os9 F$EXIT and bye-bye! | |
13 endsect |