Skip to content

Commit

Permalink
Merge pull request #3966 from phire/ImNotTheOnlyPersonWhoMakesThisMis…
Browse files Browse the repository at this point in the history
…take

Fix broken debug builds in visual studio
  • Loading branch information
degasus committed Jul 1, 2016
2 parents fcbb39d + 20449ec commit b30bf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/PowerPC/JitCommon/JitBase.h
Expand Up @@ -96,7 +96,7 @@ class JitBase : public CPUCoreBase
bool carryFlagSet;
bool carryFlagInverted;

bool generatingTrampoline;
bool generatingTrampoline = false;
u8* trampolineExceptionHandler;

int fifoBytesThisBlock;
Expand Down

0 comments on commit b30bf5d

Please sign in to comment.