Remove semicolons in 32-bit and fuzzer Windows builds.
Bug: 926235 Change-Id: Idbe191988ab7b912c9b9af2e5c9f266fa633b274 Reviewed-on: https://chromium-review.googlesource.com/c/1486874 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by: Katie Dektar <katie@chromium.org> Reviewed-by: Will Harris <wfh@chromium.org> Commit-Queue: Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#635248}
This commit is contained in:
@ -56,7 +56,7 @@ class MockTtsController : public TtsController {
|
||||
|
||||
TtsEngineDelegate* GetTtsEngineDelegate() override { return nullptr; }
|
||||
|
||||
void SetTtsPlatform(TtsPlatform* tts_platform) override{};
|
||||
void SetTtsPlatform(TtsPlatform* tts_platform) override {}
|
||||
|
||||
int QueueSize() override { return 0; }
|
||||
|
||||
|
@ -46,7 +46,7 @@ struct InternalThunk {
|
||||
opcodes_6 = 0xc35a;
|
||||
extra_argument = 0;
|
||||
interceptor_function = 0;
|
||||
};
|
||||
}
|
||||
ULONG opcodes_1; // = 0x5208ec83
|
||||
ULONG opcodes_2; // = 0x0c24548b
|
||||
ULONG opcodes_3; // = 0x08245489
|
||||
|
@ -156,7 +156,7 @@ struct ServiceFullThunk {
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
}; // namespace
|
||||
} // namespace
|
||||
|
||||
namespace sandbox {
|
||||
|
||||
|
@ -89,4 +89,4 @@ const ModrmEntry MiniDisassembler::s_ia32_modrm_map_[] = {
|
||||
/* r/m == 111 */ { false, false, OS_ZERO },
|
||||
};
|
||||
|
||||
}; // namespace sidestep
|
||||
} // namespace sidestep
|
||||
|
@ -1156,4 +1156,4 @@ const OpcodeTable MiniDisassembler::s_ia32_opcode_map_[]={
|
||||
/* 24 */ {s_opcode_byte_after_0fc7, 3, 0x07, 0, 0x01}
|
||||
};
|
||||
|
||||
}; // namespace sidestep
|
||||
} // namespace sidestep
|
||||
|
@ -148,6 +148,6 @@ class MiniDisassembler {
|
||||
bool got_f2_prefix_, got_f3_prefix_, got_66_prefix_;
|
||||
};
|
||||
|
||||
}; // namespace sidestep
|
||||
} // namespace sidestep
|
||||
|
||||
#endif // SANDBOX_SRC_SIDESTEP_MINI_DISASSEMBLER_H__
|
||||
|
@ -192,6 +192,6 @@ struct ModrmEntry {
|
||||
OperandSize operand_size_;
|
||||
};
|
||||
|
||||
}; // namespace sidestep
|
||||
} // namespace sidestep
|
||||
|
||||
#endif // SANDBOX_SRC_SIDESTEP_MINI_DISASSEMBLER_TYPES_H__
|
||||
|
@ -107,6 +107,6 @@ class PreamblePatcher {
|
||||
size_t* bytes_needed);
|
||||
};
|
||||
|
||||
}; // namespace sidestep
|
||||
} // namespace sidestep
|
||||
|
||||
#endif // SANDBOX_SRC_SIDESTEP_PREAMBLE_PATCHER_H__
|
||||
|
@ -176,6 +176,6 @@ SideStepError PreamblePatcher::RawPatchWithStub(
|
||||
return SIDESTEP_SUCCESS;
|
||||
}
|
||||
|
||||
}; // namespace sidestep
|
||||
} // namespace sidestep
|
||||
|
||||
#undef ASSERT
|
||||
|
@ -16,4 +16,4 @@ class Environment {
|
||||
};
|
||||
|
||||
static Environment env;
|
||||
}; // namespace
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user