Newer
Older
UbixOS / Dump / hybos / lib / x86 / enable.c
@cwolsen cwolsen on 31 Oct 2018 230 bytes Big Dump
/*****************************************************************************
*****************************************************************************/
void enable(void)
{
	__asm__ __volatile__("sti"
		:
		:
		);
}