mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
Remove redundant semicolon in cpu_context_linux.h
Fix a -Wextra-semi warning in Clang when building crashpad for MIPS. Change-Id: I53893c815de74d2503acdce24708e29096f4b0aa Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1997103 Reviewed-by: Joshua Peraza <jperaza@chromium.org> Commit-Queue: Tomasz Śniatowski <tsniatowski@vewd.com>
This commit is contained in:
parent
54bbd7d0d5
commit
0b8741b074
@ -170,7 +170,7 @@ void InitializeCPUContextMIPS(
|
||||
memcpy(&context->fpregs, &float_context.fpregs, sizeof(context->fpregs));
|
||||
context->fpcsr = float_context.fpcsr;
|
||||
context->fir = float_context.fpu_id;
|
||||
};
|
||||
}
|
||||
|
||||
#endif // ARCH_CPU_MIPS_FAMILY || DOXYGEN
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user