acrn-hypervisor/hypervisor/include/debug
Jason Chen CJ 170c48a9fc debug: make ASSERT empty under release version
ASSERT is only for debug purpose, for release version, it should try
error handling instead of deadloop there.

v1:
- change the ASSERT under release version to empty code

TODO: revise all ASSERT usage

Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
Acked-by: Eddie Dong (Eddie.dong@intel.com)
2018-05-15 17:19:38 +08:00
..
assert.h debug: make ASSERT empty under release version 2018-05-15 17:19:38 +08:00
console.h initial import 2018-05-11 14:44:28 +08:00
dump.h initial import 2018-05-11 14:44:28 +08:00
logmsg.h initial import 2018-05-11 14:44:28 +08:00
printf.h Move s[n]printf to lib for release 2018-05-15 17:19:37 +08:00
sbuf.h Don't use HV_DEBUG outside debug directory 2018-05-15 17:19:37 +08:00
serial.h Minor cleanup not to use uart for release on platform uefi 2018-05-15 17:19:37 +08:00
shell.h initial import 2018-05-11 14:44:28 +08:00
trace.h initial import 2018-05-11 14:44:28 +08:00
vuart.h initial import 2018-05-11 14:44:28 +08:00