1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-24 05:18:36 +00:00

Ensures that failure to allocate a line blocks all other allocations.

This commit is contained in:
Thomas Harte
2019-02-21 21:38:48 -05:00
parent ec14750ff1
commit c0c4704419
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -172,6 +172,7 @@ class ScanTarget: public Outputs::Display::ScanTarget {
// Track allocation failures.
bool allocation_has_failed_ = false;
bool line_allocation_has_failed_ = false;
// Receives scan target modals.
Modals modals_;