From d88001880e32882ac1ad79bb40ead39ff73d23a8 Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 25 Feb 2004 09:33:31 +0000 Subject: [PATCH] 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. --- include/cdio/xa.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cdio/xa.h b/include/cdio/xa.h index 9b5984e9..4c069065 100644 --- a/include/cdio/xa.h +++ b/include/cdio/xa.h @@ -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 Copyright (C) 2003 Rocky Bernstein @@ -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; /*!