diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-22 22:00:23 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-22 22:00:23 +0200 |
| commit | 6ec265ee805db6ced0aca0b718a703cc87093b93 (patch) | |
| tree | ea0a1fbfed3fb9bb13c149b2c2095f48289bedbf /Private/KernelKit/PEFCodeManager.hxx | |
| parent | 76c0c6b21532aee82df5bd62cd886bc63d933899 (diff) | |
MHR-11: Specify CPU and sub CPU type inside container formats.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/KernelKit/PEFCodeManager.hxx')
| -rw-r--r-- | Private/KernelKit/PEFCodeManager.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Private/KernelKit/PEFCodeManager.hxx b/Private/KernelKit/PEFCodeManager.hxx index 1f5269ae..80ac6e90 100644 --- a/Private/KernelKit/PEFCodeManager.hxx +++ b/Private/KernelKit/PEFCodeManager.hxx @@ -45,6 +45,7 @@ class PEFLoader : public LoaderInterface { private: Ref<StringView> fPath; VoidPtr fCachedBlob; + bool fFatBinary; bool fBad; }; |
