debugger progress

This commit is contained in:
Vítor Santos Costa
2013-02-13 09:06:06 -06:00
parent a6f6226fdb
commit ec7158eb99
13 changed files with 115 additions and 49 deletions

View File

@@ -923,6 +923,8 @@ c_test(Int Op, Term t1, compiler_struct *cglobs) {
}
if (Op == _cut_by)
c_var(t, commit_b_flag, 1, 0, cglobs);
else if (Op == _save_by)
c_var(t, save_b_flag, 1, 0, cglobs);
else
c_var(t, f_flag,(unsigned int)Op, 0, cglobs);
}