mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-09 00:37:27 +00:00
Reintroduces missing noexcept specifier.
This commit is contained in:
parent
b034d4e6f8
commit
e6ac939ae0
@ -211,7 +211,7 @@ void ProcessorBase::set_value_of_register(Register r, uint16_t value) {
|
||||
}
|
||||
}
|
||||
|
||||
PartialMachineCycle::PartialMachineCycle(const PartialMachineCycle &rhs) :
|
||||
PartialMachineCycle::PartialMachineCycle(const PartialMachineCycle &rhs) noexcept :
|
||||
operation(rhs.operation),
|
||||
length(rhs.length),
|
||||
address(rhs.address),
|
||||
|
Loading…
x
Reference in New Issue
Block a user