diff options
| author | hpa <hpa> | 1999-03-05 15:23:27 +0000 |
|---|---|---|
| committer | hpa <hpa> | 1999-03-05 15:23:27 +0000 |
| commit | db67cbe5935b64cc0344f9808cdb7bf99873b52c (patch) | |
| tree | a6a6c1f4ebf74d1f72414802d23f00dda1ffd03d /ldlinux.asm | |
| parent | a7c4c8b7cef92678797e98284a101e4e73655196 (diff) | |
| download | syslinux-db67cbe5935b64cc0344f9808cdb7bf99873b52c.tar.gz | |
Fix typo.
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 e790a9ae..d8e6961f 100644 --- a/ldlinux.asm +++ b/ldlinux.asm @@ -2342,7 +2342,7 @@ bcopy: push eax ; We typically toggle A20 twice for every 64K transferred. ; %define io_delay call _io_delay -%define io_delay_port 80h ; Invalid port (we hope!) +%define IO_DELAY_PORT 80h ; Invalid port (we hope!) %define delaytime 1024 ; 4 x ISA bus cycles (@ 1.5 µs) _io_delay: push ax |
