diff options
| author | hpa <hpa> | 1998-02-01 19:16:03 +0000 |
|---|---|---|
| committer | hpa <hpa> | 1998-02-01 19:16:03 +0000 |
| commit | d758cc2286206ca1fd40b1ce659e70df046919bd (patch) | |
| tree | 917746e0973e0f592391253a2a02e3ec5e1b1029 /ldlinux.asm | |
| parent | 09a5b378ba9275e0709528f30aa9c7227cbe11e2 (diff) | |
| download | syslinux-d758cc2286206ca1fd40b1ce659e70df046919bd.tar.gz | |
Oops! I should know from P95 that 0x80 is *not* expressible as a sign-
extended byte value...
Diffstat (limited to 'ldlinux.asm')
| -rw-r--r-- | ldlinux.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldlinux.asm b/ldlinux.asm index ac99da8a..1946f6ec 100644 --- a/ldlinux.asm +++ b/ldlinux.asm @@ -1357,7 +1357,7 @@ kernel_good: ; more than 8M, we need to change the logic for loading it anyway...) ; load_it: - cmp dx,byte 80h ; 8 megs + cmp dx,80h ; 8 megs ja kernel_corrupt and dx,dx jz kernel_corrupt |
