[PATCH] Clean up ARM compressed loader
From: nico@fluxnic.net (Nicolas Pitre)
Date: 2010-02-25 04:33:36
From: nico@fluxnic.net (Nicolas Pitre)
Date: 2010-02-25 04:33:36
On Wed, 24 Feb 2010, Nicolas Pitre wrote:
Put this in a common header file for the decompressor code: /* ARM wants to redefine this sometimes */ #ifndef static_func #define static_func #endif
Obviously I meant #define static_func static Nicolas