diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2006-05-03 17:32:15 -0700 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2006-05-03 17:32:15 -0700 |
| commit | 28eecd8965aedbd75727fb0797a2e7033d5c54ee (patch) | |
| tree | 1cac9ffc5f7fe7fd82d59b4accd7b8cf85762f74 /rllpack.inc | |
| parent | f8c463722022008c8412a69f90576d2bf38818ed (diff) | |
| download | syslinux-28eecd8965aedbd75727fb0797a2e7033d5c54ee.tar.gz | |
Across-the-board stealth whitespace cleanup
Diffstat (limited to 'rllpack.inc')
| -rw-r--r-- | rllpack.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rllpack.inc b/rllpack.inc index 9d2aab30..b55e90e7 100644 --- a/rllpack.inc +++ b/rllpack.inc @@ -1,6 +1,6 @@ ; -*- fundamental -*- ; ----------------------------------------------------------------------- -; +; ; Copyright 2004 H. Peter Anvin - All Rights Reserved ; ; This program is free software; you can redistribute it and/or modify @@ -66,7 +66,7 @@ rllpack: jnz .normal dec di ; We killed a whole stretch, remove start byte .normal: - inc bx + inc bx sub di,bx mov bp,di mov al,bl @@ -104,7 +104,7 @@ rllpack: ; rllunpack: ; Unpack bytes from DS:SI into ES:DI ; On return SI, DI are updated and CX contains number of bytes output -; +; rllunpack: push ax push di |
