acrn-hypervisor/hypervisor/debug
Junjie Mao 0f777d3fe1 HV: assert: use signed int for __LINE__
GCC preprocessor expands __LINE__ to signed decimal integers. Keep the prototype
of __assert aligned with this.

Signed-off-by: Junjie Mao <junjie.mao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-07-10 13:10:10 +08:00
..
console.c HV:debug:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
dump.c HV: assert: use signed int for __LINE__ 2018-07-10 13:10:10 +08:00
logmsg.c hv:fix "missing for discarded return value" for memcpy_s and strcpy_s 2018-07-09 09:22:37 +08:00
printf.c HV: Moving operators out from conditions 2018-07-09 13:10:34 +08:00
sbuf.c hv:fix "missing for discarded return value" for memcpy_s and strcpy_s 2018-07-09 09:22:37 +08:00
serial.c HV: No assignment inside while loop condition 2018-07-10 12:59:12 +08:00
serial_internal.h HV:treewide:string assigned to const object 2018-07-05 11:13:51 +08:00
shell_internal.c HV:modified vm_description and vm_hw_info memebers' type 2018-07-10 12:42:22 +08:00
shell_internal.h HV:treewide:string assigned to const object 2018-07-05 11:13:51 +08:00
shell_public.c hv:fix "missing for discarded return value" for memcpy_s and strcpy_s 2018-07-09 09:22:37 +08:00
uart16550.c HV: uart16550: check the denominator before use 2018-07-06 11:33:36 +08:00
uart16550.h HV: treewide: convert hexadecimals used in bitops to unsigned 2018-06-21 13:12:39 +08:00
vuart.c HV: Assignment should not mix with operator 2018-07-10 11:56:36 +08:00