blob: 3ec35d9b608903e01299b73860d3246b3a662406 (
plain) (
tree)
|
|
page ,132
;*******
;
; Alternate form of CINITCON.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\cinitcon.asm
|