Merge pull request #669 from LogosBible/Uri_TryCreate
[mono.git] / mono / mini / debugger-agent.c
index a8932d0c7a308852e006c0ba05819165380ccf85..42c415e0e1064e2243c5dce4fb2140f30c8c6ae7 100644 (file)
@@ -8365,8 +8365,7 @@ frame_commands (int command, guint8 *p, guint8 *end, Buffer *buf)
        frame = tls->frames [frame_idx];
 
        if (!frame->has_ctx)
-               // FIXME:
-               return ERR_INVALID_FRAMEID;
+               return ERR_ABSENT_INFORMATION;
 
        if (!frame->jit) {
                frame->jit = mono_debug_find_method (frame->api_method, frame->domain);