fix visual studio compilation

This commit is contained in:
Gregory Hainaut 2014-03-25 18:34:34 +01:00
parent 3ef93addd0
commit 30ba964f9d
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ endfunction(detectOperatingSystem)
function(write_svnrev_h)
if (GIT_FOUND)
execute_process(COMMAND git show -s --format=%%%ci HEAD
execute_process(COMMAND git show -s --format=%ci HEAD
OUTPUT_VARIABLE tmpvar_WC_INFO
OUTPUT_STRIP_TRAILING_WHITESPACE)
# %2014-03-25 16:36:29 +0100

View File

@ -1295,7 +1295,7 @@ void dynarecMemcheck()
recExitExecution();
}
__fastcall void dynarecMemLogcheck(u32 start, bool store)
void __fastcall dynarecMemLogcheck(u32 start, bool store)
{
if (store)
DevCon.WriteLn("Hit store breakpoint @0x%x", start);