From 84637a6d28374abb428520b7e927b9267b01f969 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sun, 21 Nov 2010 19:53:07 +0300 Subject: NASM 2.09.04 Some important fixes: - Fix incorrect labels offset for VEX intructions - Eliminate bogus warning on implicit operand size override. - %if term could not handle 64 bit numbers. - The COFF backend was limiting relocations number to 16 bits even if in real there were a way more relocations. Signed-off-by: Cyrill Gorcunov --- version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version b/version index 1ae21323..8ebce6de 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.09.03 +2.09.04 -- cgit v1.2.1