public BabelMethodCallInliner()
 {
     emulator       = new InstructionEmulator();
     branchEmulator = new BranchEmulator(emulator, this);
 }