summaryrefslogblamecommitdiffstats
path: root/private/crt32/misc/i386/_initone.asm
blob: 90d9019041199d83fa44e1d17cf72edb3014db55 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                        
	page	,132

;*******
;
; Alternate form of CINITONE.ASM
;
; The MIPS C Compiler does not prepend underscores to C
; variables and functions like the I386 C Compiler does.
;
; The EQUate below will yield an object file
; which will be appropriate for MIPS COFF format.
;
;*******

NO_UNDERSCORE equ 1

include i386\cinitone.asm