Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: third_party/crashpad/crashpad/util/win/capture_context.asm

Issue 2833533003: Update Crashpad to f487da4ff2c47a129e2f8f3a7e0c769b54e4585f (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/crashpad/crashpad/util/win/capture_context.asm
diff --git a/third_party/crashpad/crashpad/util/win/capture_context.asm b/third_party/crashpad/crashpad/util/win/capture_context.asm
index 56efec7f765ea30b76e2ea73a24e8ef28c1c07b1..b0093ba1fe3003cae5b5fa6ed6665107cb739a5c 100644
--- a/third_party/crashpad/crashpad/util/win/capture_context.asm
+++ b/third_party/crashpad/crashpad/util/win/capture_context.asm
@@ -21,7 +21,7 @@ endif
ifdef _M_IX86
.586
-.XMM
+.xmm
.model flat
endif
@@ -212,7 +212,7 @@ CONTEXT ends
endif
; namespace crashpad {
-; void CaptureContext(CONTEXT* context)
+; void CaptureContext(CONTEXT* context);
; } // namespace crashpad
ifdef _M_IX86
CAPTURECONTEXT_SYMBOL equ ?CaptureContext@crashpad@@YAXPAU_CONTEXT@@@Z
« no previous file with comments | « third_party/crashpad/crashpad/util/util_test.gyp ('k') | third_party/crashpad/crashpad/util/win/exception_handler_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698