Wed, 31 Dec 2014 07:53:36 +0100
Correct small whitespace inconsistency, lost while renaming variables.
1 ;
2 ; This Source Code Form is subject to the terms of the Mozilla Public
3 ; License, v. 2.0. If a copy of the MPL was not distributed with this
4 ; file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 #ifdef __LP64__
7 .LEVEL 2.0W
8 #else
9 .LEVEL 1.1
10 #endif
12 .CODE ; equivalent to the following two lines
13 ; .SPACE $TEXT$,SORT=8
14 ; .SUBSPA $CODE$,QUAD=0,ALIGN=4,ACCESS=0x2c,CODE_ONLY,SORT=24
16 ret_cr16
17 .PROC
18 .CALLINFO FRAME=0, NO_CALLS
19 .EXPORT ret_cr16,ENTRY
20 .ENTRY
21 BV %r0(%rp)
22 .EXIT
23 MFCTL %cr16,%ret0
24 .PROCEND
25 .END