kernel/eka/kernel/arm/cexec.cia
branchGCC_SURGE
changeset 184 0e2270015475
parent 31 56f325a607ea
equal deleted inserted replaced
183:9953e74bcef5 184:0e2270015475
   836 	asm("bad_message_handle: ");
   836 	asm("bad_message_handle: ");
   837 	asm("mov r0, #%a0" : : "i" (EBadMessageHandle));
   837 	asm("mov r0, #%a0" : : "i" (EBadMessageHandle));
   838 	asm("b  " CSM_ZN1K18PanicCurrentThreadEi);
   838 	asm("b  " CSM_ZN1K18PanicCurrentThreadEi);
   839 
   839 
   840 	asm("__KernMsgInfo: ");
   840 	asm("__KernMsgInfo: ");
   841 	asm(".word  " CSM_ZN1K8MsgInfoE);
   841 	asm(".word  " CSM_ZN1K7MsgInfoE);
   842 	}
   842 	}
   843 
   843 
   844 
   844 
   845 /** Execute a HAL function
   845 /** Execute a HAL function
   846 
   846