http://bugs.freedesktop.org/show_bug.cgi?id=14594





--- Comment #3 from Blair Sadewitz <[EMAIL PROTECTED]>  2008-02-21 06:21:54 PST 
---
The section of code directly influenced by this is located around line 57 in
src/AtomBios/includes/CD_Structs.h.

//#include "atombios.h"
#if (PARSER_TYPE==DRIVER_TYPE_PARSER)
#ifdef FGL_LINUX
#pragma pack(push,1)
#else
#pragma pack(push)
#pragma pack(1)
#endif
#endif

I've never used #pragma pack myself, so if I am mistaken in my reasoning,
please let me know.  I can tell you, however, that not defining FGL_LINUX
absolutely fixed the issue.

If you need any further information, etc., please let me know.

Regards,

--Blair


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
xorg-driver-ati mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to