aboutsummaryrefslogtreecommitdiff
path: root/src/schedule.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/schedule.c')
-rw-r--r--src/schedule.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/schedule.c b/src/schedule.c
index 93cd700..1362b1e 100644
--- a/src/schedule.c
+++ b/src/schedule.c
@@ -69,6 +69,8 @@ void schedule_add(struct term *term)
void schedule(void)
{
while (pqueue_size(queue) > 0) {
+ map_dump(map_all_terms());
+
// TODO: check finished programs
size_t position = choose_position();
struct term *term = pqueue_pop_at(queue, position);