kernel/eka/nkern/arm/ncutils.cia
branchGCC_SURGE
changeset 144 c5e01f2a4bfd
parent 36 538db54a451d
child 183 9953e74bcef5
equal deleted inserted replaced
143:de794338254b 144:c5e01f2a4bfd
   301 
   301 
   302 	// shouldn't get back here
   302 	// shouldn't get back here
   303 	__ASM_CRASH();
   303 	__ASM_CRASH();
   304 
   304 
   305 	asm("__CrashState: ");
   305 	asm("__CrashState: ");
   306 	asm(".word %a0" : : "i" ((TInt)&CrashState));
   306 	asm(".word %a0" : : "i" (&CrashState));
   307 	}
   307 	}
   308 
   308 
   309 
   309 
   310 
   310 
   311 __NAKED__ EXPORT_C TBool BTrace::Out(TUint32 a0, TUint32 a1, TUint32 a2, TUint32 a3)
   311 __NAKED__ EXPORT_C TBool BTrace::Out(TUint32 a0, TUint32 a1, TUint32 a2, TUint32 a3)