From c664255b5762a913af332b5aa590149932b90208 Mon Sep 17 00:00:00 2001 From: theoddone33 <> Date: Wed, 22 May 2002 04:44:35 +0000 Subject: [PATCH] Work around a nasm bug --- zsnes/src/init.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/init.asm b/zsnes/src/init.asm index 0e5cf9e8..0b84eeb9 100644 --- a/zsnes/src/init.asm +++ b/zsnes/src/init.asm @@ -4602,7 +4602,7 @@ NEWSYM loadfileGUI ; check for 2nd+ part of file mov edi,fname+1 mov byte[.cchar],'\' - ; get position of . or \ + ; get position of . or \ (You suck nasm) .nextsearch cmp byte[edi],0 je .nomore