mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-05 19:04:22 +00:00
Update C++ to v20
Using span inside renderers
This commit is contained in:
@@ -55,11 +55,6 @@ namespace ComSquare::CPU
|
||||
std::string name = "";
|
||||
AddressingMode addressingMode = Implied;
|
||||
int size = 0;
|
||||
|
||||
Instruction() = default;
|
||||
Instruction(const Instruction &) = default;
|
||||
Instruction &operator=(const Instruction &) = default;
|
||||
~Instruction() = default;
|
||||
};
|
||||
}
|
||||
#endif //COMSQUARE_INSTRUCTION_HPP
|
||||
|
||||
Reference in New Issue
Block a user