From 32e71d4584cfa4471205eb395a6a5a88c10b6a30 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Sat, 8 Dec 2001 00:18:08 +0000 Subject: [PATCH] Fixed compile new versions of NASM --- zsnes/src/video/2xsaiw.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zsnes/src/video/2xsaiw.asm b/zsnes/src/video/2xsaiw.asm index a2c34206..29f73f91 100644 --- a/zsnes/src/video/2xsaiw.asm +++ b/zsnes/src/video/2xsaiw.asm @@ -1991,7 +1991,7 @@ NEWSYM Init_2xSaIMMXW jz Bits565 end2: mov eax, 1 - jmp end + jmp end1 Bits555: mov edx, 0x7BDE7BDE mov eax, colorMask @@ -2010,7 +2010,7 @@ Bits555: mov [eax], edx mov [eax+4], edx mov eax, 0 - jmp end + jmp end1 Bits565: mov edx, 0xF7DEF7DE mov eax, colorMask @@ -2029,8 +2029,8 @@ Bits565: mov [eax], edx mov [eax+4], edx mov eax, 0 - jmp end -end: + jmp end1 +end1: pop edx mov esp, ebp pop ebp