Replace EFI_MAX() with MAX()
Replace EFI_MIN() with MIN() git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3631 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -754,7 +754,7 @@ PioReadWriteData (
|
||||
WordCount = WordCount & 0xffff;
|
||||
WordCount /= 2;
|
||||
|
||||
WordCount = EFI_MIN (WordCount, (RequiredWordCount - ActualWordCount));
|
||||
WordCount = MIN (WordCount, (RequiredWordCount - ActualWordCount));
|
||||
|
||||
if (Read) {
|
||||
IDEReadPortWMultiple (
|
||||
|
Reference in New Issue
Block a user