diff options
Diffstat (limited to 'tools/libxc/xc_core.c')
-rw-r--r-- | tools/libxc/xc_core.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/libxc/xc_core.c b/tools/libxc/xc_core.c index b404730800..defe8ca5dd 100644 --- a/tools/libxc/xc_core.c +++ b/tools/libxc/xc_core.c @@ -58,6 +58,9 @@ /* number of pages to write at a time */ #define DUMP_INCREMENT (4 * 1024) +/* Don't yet support cross-address-size core dump */ +#define guest_width (sizeof (unsigned long)) + /* string table */ struct xc_core_strtab { char *strings; |