Home
last modified time | relevance | path

Searched refs:dont_tell_gcc (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/arch/powerpc/oea/
Doea_machdep.c115 uintptr_t dont_tell_gcc; in zero_value() local
117 __asm volatile ("li %0, 0" : "=r"(dont_tell_gcc) :); in zero_value()
118 return dont_tell_gcc; in zero_value()