diff options
Diffstat (limited to 'Boot/BootKit/ProgramLoader.hxx')
| -rw-r--r-- | Boot/BootKit/ProgramLoader.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Boot/BootKit/ProgramLoader.hxx b/Boot/BootKit/ProgramLoader.hxx index 6f789d37..90f8996f 100644 --- a/Boot/BootKit/ProgramLoader.hxx +++ b/Boot/BootKit/ProgramLoader.hxx @@ -35,7 +35,8 @@ namespace Boot private: Char fBlobName[255]; + Char* fStackPtr{nullptr}; VoidPtr fStartAddress{nullptr}; VoidPtr fBlob{nullptr}; }; -} // namespace Boot
\ No newline at end of file +} // namespace Boot |
