X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Ftrain.h;h=340537a89a401242fd08cabb2c004459892ec36e;hb=cf38d0a8208fab7ba7aaafc5eed9a86dfc3722a5;hp=3aaf6b14137cf8401489c39918fbba135107a011;hpb=ab64a17394440c3cb18d0b30d75fb4ed6297a6b4;p=r2c2.git diff --git a/source/libr2c2/train.h b/source/libr2c2/train.h index 3aaf6b1..340537a 100644 --- a/source/libr2c2/train.h +++ b/source/libr2c2/train.h @@ -112,7 +112,7 @@ public: return 0; } - void place(const BlockIter &); + bool place(const BlockIter &); void unplace(); bool is_placed() const { return !allocator.empty(); } void stop_at(Block *);