From 4351305979a1e6e75780494d36a56b516889a731 Mon Sep 17 00:00:00 2001 From: theoddone33 <> Date: Fri, 30 Nov 2001 20:12:42 +0000 Subject: [PATCH] Fix compiling with some debian unstable versions of nasm, thanks Lord_Nightmare --- zsnes/src/video/2xsaimmx.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zsnes/src/video/2xsaimmx.inc b/zsnes/src/video/2xsaimmx.inc index 42881620..21b383a7 100644 --- a/zsnes/src/video/2xsaimmx.inc +++ b/zsnes/src/video/2xsaimmx.inc @@ -1981,7 +1981,7 @@ NEWSYM Init_2xSaIMMX jz Bits565 end2: mov eax, 1 - jmp end + jmp end1 Bits555: mov edx, 0x7BDE7BDE mov eax, colorMask @@ -2000,7 +2000,7 @@ Bits555: mov [eax], edx mov [eax+4], edx mov eax, 0 - jmp end + jmp end1 Bits565: mov edx, 0xF7DEF7DE mov eax, colorMask @@ -2019,8 +2019,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