summaryrefslogtreecommitdiff
path: root/core/init.inc
diff options
context:
space:
mode:
Diffstat (limited to 'core/init.inc')
-rw-r--r--core/init.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/init.inc b/core/init.inc
index 809fa8ee..ec8c7b3b 100644
--- a/core/init.inc
+++ b/core/init.inc
@@ -60,7 +60,6 @@ common_init:
; The code to decompress the PM code and initialize other segments.
;
extern _lzo1x_decompress_asm_fast
- extern __uibss_auxseg_dwords
section .textnr
bits 32
@@ -83,8 +82,8 @@ pm_decompress:
mov edi,__bss16_start
mov ecx,__bss16_dwords
rep stosd
- mov edi,__uibss_start
- mov ecx,__uibss_auxseg_dwords
+ mov edi,__high_clear_start ; .uibss, .auxseg, .lowmem
+ mov ecx,__high_clear_dwords
rep stosd
ret