Changeset 12327
- Timestamp:
- 06/20/2009 08:54:16 PM (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ar5315_microredboot/microredboot/boot/src/lib/LzmaDecode.h
r12320 r12327 29 29 /* Use read function for output data */ 30 30 31 /* #define _LZMA_PROB32 */ 31 #define _LZMA_PROB32 32 32 /* It can increase speed on some 32-bit CPUs, 33 33 but memory usage will be doubled in that case */ 34 34 35 /* #define _LZMA_LOC_OPT */ 36 / * Enable local speed optimizations inside code */35 #define _LZMA_LOC_OPT 36 //Enable local speed optimizations inside code 37 37 38 38 #ifndef UInt32
