Sign in
gem5
/
arm
/
linux-arm64-legacy
/
7444a72effa632fcd8edc566f880d96fe213c73b
/
.
/
include
/
asm-m68knommu
/
dbg.h
blob: 27af3270f67191f5e9fd39075d2f80037919f59b [
file
] [
log
] [
blame
]
#define
DEBUG
1
#ifdef
CONFIG_COLDFIRE
#define
BREAK
asm
volatile
(
"halt"
)
#else
#define
BREAK
*(
volatile
unsigned
char
*)
0xdeadbee0
=
0
#endif