blob: d00302f4df28e6d5e8810eea23c98fc0ecb15136 [file] [log] [blame]
static inline __attribute__((always_inline)) void hlt(void)
{
while(1);
}