소스 검색

[efi] Add missing "ULL" suffix on 64-bit constant

Older versions of gcc complain if this suffix is missing.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 9 년 전
부모
커밋
989fe14ccd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/interface/efi/efi_watchdog.c

+ 1
- 1
src/interface/efi/efi_watchdog.c 파일 보기

@@ -44,7 +44,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
44 44
 #define WATCHDOG_TIMEOUT_SECS ( 5 * 60 )
45 45
 
46 46
 /** Watchdog code (to be logged on watchdog timeout) */
47
-#define WATCHDOG_CODE 0x6950584544454144
47
+#define WATCHDOG_CODE 0x6950584544454144ULL
48 48
 
49 49
 /** Watchdog data (to be logged on watchdog timeout) */
50 50
 #define WATCHDOG_DATA L"iPXE";

Loading…
취소
저장