MdePkg/Arm/ProcessorBind.h: fix copy/paste error

Instead of #defining MAX_ALLOC_ADDRESS to MAX_ADDRESS as intended,
it is #defined to itself, causing all ARM builds to break.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
Ard Biesheuvel 2018-12-20 12:10:20 +01:00
parent 4a1500db2b
commit 87b920fe22
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ typedef INT32 INTN;
///
/// Maximum usable address at boot time
///
#define MAX_ALLOC_ADDRESS MAX_ALLOC_ADDRESS
#define MAX_ALLOC_ADDRESS MAX_ADDRESS
///
/// Maximum legal ARM INTN and UINTN values.