|
@@ -303,6 +303,7 @@ struct auxtrace_record {
|
|
const char *str);
|
|
const char *str);
|
|
u64 (*reference)(struct auxtrace_record *itr);
|
|
u64 (*reference)(struct auxtrace_record *itr);
|
|
int (*read_finish)(struct auxtrace_record *itr, int idx);
|
|
int (*read_finish)(struct auxtrace_record *itr, int idx);
|
|
|
|
+ unsigned int alignment;
|
|
};
|
|
};
|
|
|
|
|
|
#ifdef HAVE_AUXTRACE_SUPPORT
|
|
#ifdef HAVE_AUXTRACE_SUPPORT
|