Skip to content
Snippets Groups Projects
Commit 9ef6bbaf authored by sof's avatar sof
Browse files

[project @ 1997-10-30 22:31:06 by sof]

Minor fix to suppress gcc warning
parent e32aef44
No related merge requests found
......@@ -926,10 +926,10 @@ sanityChk_StkO(P_ stko)
}
while(sub > 0) {
P_ subptr;
P_ suaptr;
P_ updptr;
P_ retptr;
P_ subptr;
PP_ suaptr;
P_ updptr;
P_ retptr;
ASSERT(sub >= 1);
ASSERT(sub <= cts_size);
......
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