On Fri, Apr 14, 2023 at 06:16:52AM -0600, Rebecca Cran wrote:
> On 4/14/23 02:02, Gerd Hoffmann wrote:
> 
> > diff --git a/BaseTools/Source/C/Include/IndustryStandard/PeImage.h 
> > b/BaseTools/Source/C/Include/IndustryStandard/PeImage.h
> > index 22161edf443d..fb867b5660a9 100644
> > --- a/BaseTools/Source/C/Include/IndustryStandard/PeImage.h
> > +++ b/BaseTools/Source/C/Include/IndustryStandard/PeImage.h
> > @@ -42,6 +42,7 @@
> >   #define IMAGE_FILE_MACHINE_X64         0x8664
> >   #define IMAGE_FILE_MACHINE_ARM         0x01c0  // Thumb only
> >   #define IMAGE_FILE_MACHINE_ARMT        0x01c2  // 32bit Mixed ARM and 
> > Thumb/Thumb 2  Little Endian
> > +#define IMAGE_FILE_MACHINE_ARMTHUMB_MIXED IMAGE_FILE_MACHINE_ARMT
> >   #define IMAGE_FILE_MACHINE_ARM64       0xAA64  // 64bit ARM Architecture, 
> > Little Endian
> >   #define IMAGE_FILE_MACHINE_RISCV64     0x5064  // 64bit RISC-V ISA
> >   #define IMAGE_FILE_MACHINE_LOONGARCH64 0x6264  // 64bit LoongArch 
> > Architecture
> 
> Has this passed CI/uncrustify? I think it would complain about the alignment
> here.

CI doesn't complain, but I think BaseTools are excluded from uncrustify
checking.

take care,
  Gerd



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#103006): https://edk2.groups.io/g/devel/message/103006
Mute This Topic: https://groups.io/mt/98257902/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to