Merge remote-tracking branch 'upstream/master'

This commit is contained in:
S Gopal Rajagopal 2015-02-18 23:43:37 +05:30
commit 85648da706
83 changed files with 4587 additions and 4103 deletions

View file

@ -1998,6 +1998,10 @@ void Compiler::BC(u32 bo, u32 bi, s32 bd, u32 aa, u32 lk) {
CreateBranch(CheckBranchCondition(bo, bi), target_i32, lk ? true : false);
}
void Compiler::HACK(u32 index) {
Call<void>("execute_ps3_func_by_index", &execute_ps3_func_by_index, m_state.args[CompileTaskState::Args::State], m_ir_builder->getInt32(index));
}
void Compiler::SC(u32 lev) {
switch (lev) {
case 0: