Merge pull request #3966 from phire/ImNotTheOnlyPersonWhoMakesThisMistake

Fix broken debug builds in visual studio
This commit is contained in:
Markus Wick 2016-07-01 08:24:02 +02:00 committed by GitHub
commit b30bf5d959
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ protected:
bool carryFlagSet;
bool carryFlagInverted;
bool generatingTrampoline;
bool generatingTrampoline = false;
u8* trampolineExceptionHandler;
int fifoBytesThisBlock;