mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-19 22:22:40 +00:00
Kernel: Mark all appropriate kernel objects as "final"
This commit is contained in:
@@ -26,7 +26,7 @@ enum class ArbitrationType : u32 {
|
||||
DecrementAndWaitIfLessThanWithTimeout,
|
||||
};
|
||||
|
||||
class AddressArbiter : public Object {
|
||||
class AddressArbiter final : public Object {
|
||||
public:
|
||||
/**
|
||||
* Creates an address arbiter.
|
||||
|
||||
Reference in New Issue
Block a user