Skip to content

Commit 2bc595e

Browse files
committed
fix aarch64
1 parent a6c0df8 commit 2bc595e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/aarch64/cpu.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Type definitions for ARM (32-bit)
2+
* Type definitions for ARM (64-bit)
33
*/
44

55
#ifndef AARCH64_CPU_H
@@ -22,7 +22,7 @@ typedef int64_t efi_ssize;
2222
/*
2323
* Max bit for the size type
2424
*/
25-
#define SIZE_MAX_BIT 0x80000000
25+
#define SIZE_MAX_BIT 0x8000000000000000
2626

2727
/* Use default ABI on ARM */
2828
#define efiapi

0 commit comments

Comments
 (0)