mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-04 14:30:19 +00:00
Restores vector.
This commit is contained in:
parent
0ea4c1ac80
commit
2c9a1f7b16
@ -14,6 +14,7 @@
|
||||
#include <iomanip>
|
||||
#include <iostream>
|
||||
#include <ostream>
|
||||
#include <vector>
|
||||
|
||||
#include "../../ClockReceiver/ClockReceiver.hpp"
|
||||
#include "../RegisterSizes.hpp"
|
||||
|
@ -490,7 +490,6 @@ class ProcessorStorage {
|
||||
address_[7].full -= 14;
|
||||
}
|
||||
|
||||
|
||||
private:
|
||||
friend class ProcessorStorageConstructor;
|
||||
friend class ProcessorStorageTests;
|
||||
|
Loading…
x
Reference in New Issue
Block a user