igzip: Fix warnings from nasm 2.13

A few legitimate warnings got masked by previous nasm bugs.  This cleans last as
of nasm 2.13rc20.

Change-Id: Iaa7e6148e0e506222cc207685263103d62bdd015
Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
Greg Tucker 2017-04-17 17:14:07 -07:00
parent f4d8d35084
commit 7e1a337433
2 changed files with 2 additions and 2 deletions

View File

@ -290,7 +290,7 @@ encode_deflate_icf_ %+ ARCH:
cmp ptr, in_buf_end
jbe .main_loop
.main_loop_exit
.main_loop_exit:
vmovq rcx, ybits_count %+ x
vmovq bits, ybits %+ x
jmp .finish

View File

@ -50,7 +50,7 @@ build_huff_tree:
mov [heap + node_ptr*8], h1 %+ w
mov [heap + node_ptr*8 - 8], h2 %+ w
and h3, 0XFFFF0000 ; sign extends to FFFFFFFFFFFF0000
and h3, ~0xffff
or h3, node_ptr
sub node_ptr, 2