diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-31 22:14:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-31 22:14:55 +0200 |
| commit | 6849e75f2e95e88b43e2f8804abf1b862e3981cb (patch) | |
| tree | 2f517be98baf5b782c8f3718dc0beb4dc460d3ce /dev/boot/BootKit | |
| parent | 33a94b84237afa61d2f15fa158664137724d60a4 (diff) | |
| parent | fd288fed29eff48503abf842676085701e04c38d (diff) | |
Merge pull request #3 from amlel-el-mahrouss/dev
pr/general: a set of patches to be pushed into master.
Diffstat (limited to 'dev/boot/BootKit')
| -rw-r--r-- | dev/boot/BootKit/BootKit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/boot/BootKit/BootKit.h b/dev/boot/BootKit/BootKit.h index e845e6ce..b5062eab 100644 --- a/dev/boot/BootKit/BootKit.h +++ b/dev/boot/BootKit/BootKit.h @@ -61,10 +61,10 @@ namespace Boot */ class BootTextWriter final { - BootTextWriter& _Write(const Long& num); + BootTextWriter& _Write(const UInt64& num); public: - BootTextWriter& Write(const Long& num); + BootTextWriter& Write(const UInt64& num); BootTextWriter& Write(const Char* str); BootTextWriter& Write(const CharacterTypeUTF16* str); BootTextWriter& WriteCharacter(CharacterTypeUTF16 c); |
