aboutsummaryrefslogtreecommitdiffstats
path: root/core/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/init.c')
-rw-r--r--core/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/init.c b/core/init.c
index 41e5fea1..3531ace6 100644
--- a/core/init.c
+++ b/core/init.c
@@ -28,7 +28,7 @@ static inline void check_escapes(void)
* NOTE: Linux doesn't use all of real_mode_seg, but we use
* the same segment for COMBOOT images, which can use all 64K.
*/
- uint16_t mem;
+ uint32_t mem;
__intcall(0x12, &ireg, &oreg);