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

Unified Diff: util/win/capture_context.asm

Issue 1414243005: Update all URLs to point to https://crashpad.chromium.org/ (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: README.crashpad Created 5 years, 2 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: util/win/capture_context.asm
diff --git a/util/win/capture_context.asm b/util/win/capture_context.asm
index 933f8828957cef97ef7c1330978f0dcc08897bff..56efec7f765ea30b76e2ea73a24e8ef28c1c07b1 100644
--- a/util/win/capture_context.asm
+++ b/util/win/capture_context.asm
@@ -351,8 +351,7 @@ $FXSave:
; Free the stack space used for the temporary fxsave area.
lea esp, [ebp-8]
- ; TODO(mark): AVX/xsave support.
- ; https://code.google.com/p/crashpad/issues/detail?id=58
+ ; TODO(mark): AVX/xsave support. https://crashpad.chromium.org/bug/58
$FXSaveDone:
; fnsave reinitializes the FPU with an implicit finit operation, so use frstor
@@ -491,8 +490,7 @@ CAPTURECONTEXT_SYMBOL proc frame
; declared as 16-byte-aligned, which is correct for this operation.
fxsave [rcx.CONTEXT].c_FltSave
- ; TODO(mark): AVX/xsave support.
- ; https://code.google.com/p/crashpad/issues/detail?id=58
+ ; TODO(mark): AVX/xsave support. https://crashpad.chromium.org/bug/58
; The register parameter home address fields aren’t used, so zero them out.
mov [rcx.CONTEXT].c_P1Home, 0

Powered by Google App Engine
This is Rietveld 408576698