| 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
|
|
|