These variables shouldn't be static.

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@624 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
arcum42 2009-01-22 12:57:37 +00:00 committed by Gregory Hainaut
parent c32940f989
commit db3207ee57
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ PCSX2_ALIGNED16( static u64 g_globalMMXData[8] );
PCSX2_ALIGNED16( static u64 g_globalXMMData[2*XMMREGS] );
// performance counter vars.
static LARGE_INTEGER lbase = {0}, lfinal = {0};
static u32 s_pCurBlock_ltime;
LARGE_INTEGER lbase = {0}, lfinal = {0};
u32 s_pCurBlock_ltime;
/////////////////////////////////////////////////////////////////////