summaryrefslogtreecommitdiff
path: root/src/ToolBox/SOS/Strike/disasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ToolBox/SOS/Strike/disasm.cpp')
-rw-r--r--src/ToolBox/SOS/Strike/disasm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ToolBox/SOS/Strike/disasm.cpp b/src/ToolBox/SOS/Strike/disasm.cpp
index 0d27c63bf0..8c107885d7 100644
--- a/src/ToolBox/SOS/Strike/disasm.cpp
+++ b/src/ToolBox/SOS/Strike/disasm.cpp
@@ -435,7 +435,7 @@ void UnassemblyUnmanaged(DWORD_PTR IP, BOOL bSuppressLines)
}
-void DisasmAndClean (DWORD_PTR &IP, __out_ecount (length) __out_opt char *line, ULONG length)
+void DisasmAndClean (DWORD_PTR &IP, __out_ecount_opt(length) char *line, ULONG length)
{
ULONG64 vIP = TO_CDADDR(IP);
g_ExtControl->Disassemble (vIP, 0, line, length, NULL, &vIP);