# HG changeset patch # User Pascal Bellard # Date 1639250293 0 # Node ID 072e916363627b96f26752b8256145462c20f9a2 # Parent 4e5765b0f66e32a65cbbd3e4dee4d63f4df6ca8a linld/_BEG.ASM: typo diff -r 4e5765b0f66e -r 072e91636362 linld/stuff/src/_BEG.ASM --- a/linld/stuff/src/_BEG.ASM Sat Dec 11 16:16:51 2021 +0000 +++ b/linld/stuff/src/_BEG.ASM Sat Dec 11 19:18:13 2021 +0000 @@ -139,7 +139,7 @@ ;*************************************************************** ; Check for oldies - ifndef NO386 + ifdef NO386 ifdef CPUTYPE mov ax,100h mov cl,32 ; 186+ masks with 31 @@ -197,7 +197,7 @@ call near die else jmp_endcpu86: - jmp endcpu86 + jmp endcpu86 ;386+ rm will fake 186 endif @@ -434,7 +434,7 @@ int 12h jnc @@max640k - mov ax,640 ; 9000 + mov ax,640 ; 640k => 9000h @@max640k: dec ax and al,0C0h