arch/xtensa: Use C style comments

Update comments to follow C style.

Signed-off-by: Patrik Flykt <patrik.flykt@intel.com>
This commit is contained in:
Patrik Flykt 2018-11-15 11:00:19 -07:00 committed by Anas Nashif
commit 66a4a11836

View file

@ -26,15 +26,15 @@
#include <xtensa/coreasm.h> #include <xtensa/coreasm.h>
#include <xtensa/corebits.h> #include <xtensa/corebits.h>
// This file just contains this one symbol, used by the reset code. /* This file just contains this one symbol, used by the reset code.
// It is here rather than in reset-vector.S because we want the symbol * It is here rather than in reset-vector.S because we want the symbol
// to be external, so resolution is delayed until link time. * to be external, so resolution is delayed until link time.
// *
// To define your own value to override this default, redefine the * To define your own value to override this default, redefine the
// symbol _MemErrorHandler to the desired value, e.g. - * symbol _MemErrorHandler to the desired value, e.g. -
// *
// xt-xcc test.c -g -o test -Wl,--defsym=_MemErrorHandler=0x08080808 * xt-xcc test.c -g -o test -Wl,--defsym=_MemErrorHandler=0x08080808
// */
.global _MemErrorHandler .global _MemErrorHandler
.weak _MemErrorHandler .weak _MemErrorHandler