diff options
Diffstat (limited to 'Tools/CCode/Source/GenSection')
-rw-r--r-- | Tools/CCode/Source/GenSection/GenSection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/CCode/Source/GenSection/GenSection.c b/Tools/CCode/Source/GenSection/GenSection.c index 8599346388..3209b1e3d0 100644 --- a/Tools/CCode/Source/GenSection/GenSection.c +++ b/Tools/CCode/Source/GenSection/GenSection.c @@ -429,7 +429,7 @@ Returns: break;
case EFI_STANDARD_COMPRESSION:
- CompressFunction = (COMPRESS_FUNCTION) TianoCompress;
+ CompressFunction = (COMPRESS_FUNCTION) EfiCompress;
break;
case EFI_CUSTOMIZED_COMPRESSION:
|