Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 271 → Rev 272

/SPARTAN/trunk/arch/ia64/include/asm.h
61,4 → 61,9
#define get_psr(val) {__u64 v ; __asm__ volatile("mov r15 = psr;;\n" "mov %0 = r15;;\n" : "=r" (v) : : "r15" ); val=v; }
 
 
void cpu_halt(void);
 
 
 
 
#endif