mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-09 12:49:24 +00:00
hv: fixes related to unused API and uninitialized variable
This patch does: - remove the unused API declaration - fix use of uninitialized variable in instr_emul.c Tracked-On: #861 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -48,7 +48,6 @@ void asm_assert(int32_t line, const char *file, const char *txt);
|
||||
#endif /* HV_DEBUG */
|
||||
|
||||
void init_logmsg(uint32_t flags);
|
||||
void print_logmsg_buffer(uint16_t pcpu_id);
|
||||
void do_logmsg(uint32_t severity, const char *fmt, ...);
|
||||
|
||||
/** The well known printf() function.
|
||||
|
Reference in New Issue
Block a user