Commit c2d97e6a authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

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: default avatarKatie Dektar <katie@chromium.org>
Reviewed-by: default avatarWill Harris <wfh@chromium.org>
Commit-Queue: Will Harris <wfh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#635248}
parent 8bc05a15
...@@ -56,7 +56,7 @@ class MockTtsController : public TtsController { ...@@ -56,7 +56,7 @@ class MockTtsController : public TtsController {
TtsEngineDelegate* GetTtsEngineDelegate() override { return nullptr; } TtsEngineDelegate* GetTtsEngineDelegate() override { return nullptr; }
void SetTtsPlatform(TtsPlatform* tts_platform) override{}; void SetTtsPlatform(TtsPlatform* tts_platform) override {}
int QueueSize() override { return 0; } int QueueSize() override { return 0; }
......
...@@ -46,7 +46,7 @@ struct InternalThunk { ...@@ -46,7 +46,7 @@ struct InternalThunk {
opcodes_6 = 0xc35a; opcodes_6 = 0xc35a;
extra_argument = 0; extra_argument = 0;
interceptor_function = 0; interceptor_function = 0;
}; }
ULONG opcodes_1; // = 0x5208ec83 ULONG opcodes_1; // = 0x5208ec83
ULONG opcodes_2; // = 0x0c24548b ULONG opcodes_2; // = 0x0c24548b
ULONG opcodes_3; // = 0x08245489 ULONG opcodes_3; // = 0x08245489
......
...@@ -156,7 +156,7 @@ struct ServiceFullThunk { ...@@ -156,7 +156,7 @@ struct ServiceFullThunk {
#pragma pack(pop) #pragma pack(pop)
}; // namespace } // namespace
namespace sandbox { namespace sandbox {
......
...@@ -89,4 +89,4 @@ const ModrmEntry MiniDisassembler::s_ia32_modrm_map_[] = { ...@@ -89,4 +89,4 @@ const ModrmEntry MiniDisassembler::s_ia32_modrm_map_[] = {
/* r/m == 111 */ { false, false, OS_ZERO }, /* r/m == 111 */ { false, false, OS_ZERO },
}; };
}; // namespace sidestep } // namespace sidestep
...@@ -1156,4 +1156,4 @@ const OpcodeTable MiniDisassembler::s_ia32_opcode_map_[]={ ...@@ -1156,4 +1156,4 @@ const OpcodeTable MiniDisassembler::s_ia32_opcode_map_[]={
/* 24 */ {s_opcode_byte_after_0fc7, 3, 0x07, 0, 0x01} /* 24 */ {s_opcode_byte_after_0fc7, 3, 0x07, 0, 0x01}
}; };
}; // namespace sidestep } // namespace sidestep
...@@ -148,6 +148,6 @@ class MiniDisassembler { ...@@ -148,6 +148,6 @@ class MiniDisassembler {
bool got_f2_prefix_, got_f3_prefix_, got_66_prefix_; bool got_f2_prefix_, got_f3_prefix_, got_66_prefix_;
}; };
}; // namespace sidestep } // namespace sidestep
#endif // SANDBOX_SRC_SIDESTEP_MINI_DISASSEMBLER_H__ #endif // SANDBOX_SRC_SIDESTEP_MINI_DISASSEMBLER_H__
...@@ -192,6 +192,6 @@ struct ModrmEntry { ...@@ -192,6 +192,6 @@ struct ModrmEntry {
OperandSize operand_size_; OperandSize operand_size_;
}; };
}; // namespace sidestep } // namespace sidestep
#endif // SANDBOX_SRC_SIDESTEP_MINI_DISASSEMBLER_TYPES_H__ #endif // SANDBOX_SRC_SIDESTEP_MINI_DISASSEMBLER_TYPES_H__
...@@ -107,6 +107,6 @@ class PreamblePatcher { ...@@ -107,6 +107,6 @@ class PreamblePatcher {
size_t* bytes_needed); size_t* bytes_needed);
}; };
}; // namespace sidestep } // namespace sidestep
#endif // SANDBOX_SRC_SIDESTEP_PREAMBLE_PATCHER_H__ #endif // SANDBOX_SRC_SIDESTEP_PREAMBLE_PATCHER_H__
...@@ -176,6 +176,6 @@ SideStepError PreamblePatcher::RawPatchWithStub( ...@@ -176,6 +176,6 @@ SideStepError PreamblePatcher::RawPatchWithStub(
return SIDESTEP_SUCCESS; return SIDESTEP_SUCCESS;
} }
}; // namespace sidestep } // namespace sidestep
#undef ASSERT #undef ASSERT
...@@ -16,4 +16,4 @@ class Environment { ...@@ -16,4 +16,4 @@ class Environment {
}; };
static Environment env; static Environment env;
}; // namespace } // namespace
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment