Skip to content

Commit

Permalink
Enable GetClrReleaseInfo in Debugger (#266)
Browse files Browse the repository at this point in the history
Signed-off-by: José Simões <[email protected]>
  • Loading branch information
josesimoes authored Mar 30, 2017
1 parent 2e8802f commit 2ad5749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CLR/Debugger/Debugger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ bool CLR_DBG_Debugger::Debugging_Execution_QueryCLRCapabilities( WP_Message* msg
break;

case CLR_DBG_Commands::Debugging_Execution_QueryCLRCapabilities::c_ClrInfo:
// UNDONE: FIXME GetClrReleaseInfo(reply.u_ClrInfo);
GetClrReleaseInfo(reply.u_ClrInfo);
data = (CLR_UINT8*)&reply.u_ClrInfo;
size = sizeof(reply.u_ClrInfo);
break;
Expand Down

0 comments on commit 2ad5749

Please sign in to comment.