mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-02 21:46:58 +00:00
HV: Fix wrong comment of trace_entry size
sizeof trace_entry is 4 * 64bit No functional change. Signed-off-by: Kaige Fu <kaige.fu@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
parent
6192773a86
commit
1a607b669d
@ -50,7 +50,7 @@
|
||||
#define TRACE_FUNC_EXIT 0xFE
|
||||
#define TRACE_STR 0xFF
|
||||
|
||||
/* sizeof(trace_entry) == 3 x 64bit */
|
||||
/* sizeof(trace_entry) == 4 x 64bit */
|
||||
struct trace_entry {
|
||||
uint64_t tsc; /* TSC */
|
||||
uint64_t id;
|
||||
|
Loading…
Reference in New Issue
Block a user