fix some clang compilation errors

This commit is contained in:
Jordan Woyak
2012-02-24 14:25:02 -06:00
parent 8a8dc77ef1
commit f92d1e1e93
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ void BPReload()
// Cases in which we DON'T want to reload the BP
continue;
default:
BPCmd bp = {i, 0xFFFFFF, ((u32*)&bpmem)[i]};
BPCmd bp = {i, 0xFFFFFF, static_cast<int>(((u32*)&bpmem)[i])};
BPWritten(bp);
}
}