Skip to content
Snippets Groups Projects
Commit 41a3f26b authored by chiles's avatar chiles
Browse files

Don't declare locals and parameters with the same name.

parent 41df0f0c
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ int breakpoint_after_offset(scp)
}
handle_breakpoint(signal, code, scp)
handle_breakpoint(signal, subcode, scp)
struct sigcontext *scp;
{
struct code *code = (struct code *)PTR(scp->sc_regs[CODE]);
......
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