
	unsigned char volatile IE_VAR;
	
	void taskCtxSwch(void)
	{
		--
		--

		IE_VAR = IE;
		EA=0;

		--
		--

		IE = IE_VAR;
		--
	}
