debuggers.hg
changeset 19612:40156cbaf244
xentrace: fix trivial typo.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Fri Apr 24 13:20:55 2009 +0100 (2009-04-24) |
parents | 026957d523f9 |
children | dc5bd14a4675 |
files | xen/include/public/trace.h |
line diff
1.1 --- a/xen/include/public/trace.h Fri Apr 24 13:19:37 2009 +0100 1.2 +++ b/xen/include/public/trace.h Fri Apr 24 13:20:55 2009 +0100 1.3 @@ -149,7 +149,7 @@ 1.4 #define TRC_HVM_CLTS (TRC_HVM_HANDLER + 0x18) 1.5 #define TRC_HVM_LMSW (TRC_HVM_HANDLER + 0x19) 1.6 #define TRC_HVM_LMSW64 (TRC_HVM_HANDLER + TRC_64_FLAG + 0x19) 1.7 -#define TRC_HVM_INTR_WINDOW (TRC_HVM_HANDLER + 0X20) 1.8 +#define TRC_HVM_INTR_WINDOW (TRC_HVM_HANDLER + 0x20) 1.9 1.10 /* trace subclasses for power management */ 1.11 #define TRC_PM_FREQ 0x00801000 /* xen cpu freq events */