+
+typedef struct {
+  UINT32    NumberOfProcessor;
+  UINTN     *ApicId;

[Ray] How about "UINTN  ApicId[]"? The difference between the two is your 
version contains an 8-byte pointer pointing to somewhere else. My version 
implies the APIC ID array is just after "NumberOfProcessor".


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


Reply via email to