diff options
Diffstat (limited to 'arch/i386/boot')
-rw-r--r-- | arch/i386/boot/setup.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/boot/setup.S b/arch/i386/boot/setup.S index 7553ce943..edc0fe0ff 100644 --- a/arch/i386/boot/setup.S +++ b/arch/i386/boot/setup.S @@ -272,8 +272,8 @@ loader_ok: ! and fall into the old memory detection code to populate the ! compatability slot. - pop ebx oldstylemem: + pop ebx #endif mov ah,#0x88 int 0x15 |