Herbert Valerio Riedel has determined that the alignment problem seen

on ARM noticed by Nicolas Boullis will be fixed if this change in
order is done. Since it doesn't make things any worse, let's try it.
This commit is contained in:
rocky
2004-02-25 09:33:31 +00:00
parent 3d0130f82c
commit d88001880e

View File

@@ -1,5 +1,5 @@
/*
$Id: xa.h,v 1.6 2003/11/17 12:06:58 rocky Exp $
$Id: xa.h,v 1.7 2004/02/25 09:33:31 rocky Exp $
Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org>
Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
@@ -78,7 +78,7 @@ typedef struct iso9660_xa
uint8_t signature[2]; /**< { 'X', 'A' } */
uint8_t filenum; /**< file number, see also XA subheader */
uint8_t reserved[5]; /**< zero */
} iso9660_xa_t GNUC_PACKED;
} GNUC_PACKED iso9660_xa_t;
/*!