From ddc22ee395d72a6dc232e0562774ac1454061277 Mon Sep 17 00:00:00 2001 From: helixhorned Date: Fri, 28 Sep 2012 15:20:07 +0000 Subject: [PATCH] a.nasm: add 'dword' to some stores in the nonpow2 routines for consistency. git-svn-id: https://svn.eduke32.com/eduke32@3032 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/build/src/a.nasm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/polymer/eduke32/build/src/a.nasm b/polymer/eduke32/build/src/a.nasm index f34af7c88..051bc2a24 100644 --- a/polymer/eduke32/build/src/a.nasm +++ b/polymer/eduke32/build/src/a.nasm @@ -721,7 +721,7 @@ CDECLBEGINSET 6 mov ebp, edx ; ebp: vertical place mov ebx, eax ; ebx: vertical increment mov eax, dword [globaltilesizy] - mov [np2_beginvline+1], eax + mov dword [np2_beginvline+1], eax inc ecx np2_fixchain1a: sub edi, 320 np2_beginvline: ; +1: y tile size @@ -775,7 +775,7 @@ CDECLBEGINSET 6 mov ebp, edx ; ebp: vertical place mov ebx, eax ; ebx: vertical increment mov eax, dword [globaltilesizy] - mov [mnp2_beginvline+1], eax + mov dword [mnp2_beginvline+1], eax mnp2_beginvline: ; +1: y tile size mov eax, 0x00000123 mul ebp @@ -912,7 +912,7 @@ CDECLBEGINSET 6 mov ebx, eax ; ebx: vertical increment inc ecx mov eax, dword [globaltilesizy] - mov [tnp2_beginvline+1], eax + mov dword [tnp2_beginvline+1], eax tnp2_beginvline: ; +1: y tile size mov eax, 0x00000123 mul ebp