Cosmetic changes.

committer: mfx <mfx> 1037106750 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2002-11-12 13:12:30 +00:00
parent 12c6cd8021
commit ff03ac17b2
2 changed files with 41 additions and 27 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
; l_lx_itoa.asm -- decimal print; smaller than gcc, and no relocations
; upx_itoa.asm -- decimal print; smaller than gcc, and no relocations
;
; This file is part of the UPX executable compressor.
;
@@ -52,3 +52,4 @@ quo0:
add al, byte '0'
stosb
ret