[OpenBIOS] [PATCH 4/4] Fix HFS on little-endian systems

Pavel Roskin proski at gnu.org
Tue Aug 11 06:37:39 CEST 2009


> +static inline unsigned short hfs_get_uint(hfs_uint_t addr)

Sorry, this should be:

+static inline unsigned int hfs_get_uint(hfs_uint_t addr)

hfs_get_uint() is not currently used, so it didn't get caught by the compiler.

-- 
Regards,
Pavel Roskin



More information about the OpenBIOS mailing list