/*
 *                Language Independent Library
 *
 *       Copyright 2013 Green Hills Software,Inc.
 *
 *  This program is the property of Green Hills Software, Inc,
 *  its contents are proprietary information and no part of it
 *  is to be disclosed to anyone except employees of Green Hills
 *  Software, Inc., or as agreed in writing signed by the President
 *  of Green Hills Software, Inc.
 *
 */

#if defined (EMBEDDED)
	.section ".syscall", "ax"
	.align 4
__dotsyscall::
	nop 	; This is where we set the breakpoint
	ret
	.endf	__dotsyscall
	.maxstack __dotsyscall, 0
	.fsize  __dotsyscall, 0
	.scall	__dotsyscall, __leaf__
	.weak	__ghs_initial_dotsyscall
	.set	__ghs_initial_dotsyscall, __dotsyscall
#endif
