#include "stage.h" Stage::Stage(Stage *next) { this->next = next; } std::array Stage::gprs; int Stage::pc; Storage *Stage::storage;