Commit f8c6d76 1 parent 8f611a0 commit f8c6d76 Copy full SHA for f8c6d76
File tree 3 files changed +42
-129
lines changed
BaseTools/Source/C/Include/AArch64
3 files changed +42
-129
lines changed Original file line number Diff line number Diff line change 54
54
typedef unsigned char UINT8 ;
55
55
typedef char CHAR8 ;
56
56
typedef signed char INT8 ;
57
-
57
+ #ifndef UINT8_MAX
58
58
#define UINT8_MAX 0xff
59
59
#endif
60
+ #endif
60
61
61
62
///
62
63
/// Unsigned value of native width. (4 bytes on supported 32-bit processor instructions,
Original file line number Diff line number Diff line change 694
694
break
695
695
;;
696
696
" make pkg" )
697
- buildCCPV
697
+ # buildCCPV
698
698
BLC
699
699
buildPkg
700
700
break
713
713
# ;;
714
714
" build all" )
715
715
buildClover
716
- buildCCPV
716
+ # buildCCPV
717
717
BLC
718
718
buildPkg
719
719
buildIso
722
722
;;
723
723
" make Release" )
724
724
makeRelease
725
- buildCCPV
725
+ # buildCCPV
726
726
BLC
727
727
buildPkg
728
728
buildIso
@@ -787,7 +787,7 @@ clone_OpenCorePkg
787
787
set -e
788
788
if [[ " $2 " == ci ]]; then
789
789
makeRelease
790
- buildCCPV
790
+ # buildCCPV
791
791
BLC
792
792
buildPkg
793
793
buildIso
You can’t perform that action at this time.
0 commit comments