diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2004-06-22 21:52:20 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2004-06-22 21:52:20 +0000 |
| commit | 3c077ec681b788bf6f6ce082860fddc3a426f8bc (patch) | |
| tree | 84e72dabe04634035beacd4be123766cf2f62f98 | |
| parent | 100ecbae2279745d724f9b6d3aa6c9a37eef1253 (diff) | |
Notes
| -rw-r--r-- | sys/boot/i386/cdboot/cdboot.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/i386/cdboot/cdboot.s b/sys/boot/i386/cdboot/cdboot.s index 0b2dd9919786f..51bdd4f9bb638 100644 --- a/sys/boot/i386/cdboot/cdboot.s +++ b/sys/boot/i386/cdboot/cdboot.s @@ -151,7 +151,6 @@ lookup_path: push %si # Save file name pointer mov $0xffff,%cx # path name by repnz # scanning for scasb # nul char - inc %di # Skip nul mov %di,%si # Point %si at next path mov (%si),%al # Get first char of next path or %al,%al # Is it double nul? |
