Skip to content
Snippets Groups Projects
Commit 8800c82d authored by Ian-Woo Kim's avatar Ian-Woo Kim
Browse files

fix ghc-debug-stub build for GHC < 9.5

parent a116e371
No related branches found
No related tags found
1 merge request!21fix ghc-debug-stub build for GHC < 9.5
Pipeline #59617 failed
......@@ -615,7 +615,7 @@ static int handle_command(Socket& sock, const char *buf, uint32_t cmd_len) {
resp.write(ip.src_span, len_span);
}
#else
write_string(resp, ip.srcspan);
write_string(resp, ip.srcloc);
#endif
}
resp.finish(RESP_OKAY);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment