mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-28 09:30:58 +01:00
kern: who needs __purecall?
This commit is contained in:
parent
6faa3534bf
commit
dc7862882f
@ -45,7 +45,7 @@ namespace ams::kern {
|
||||
static Result Wait(s32 *out_index, KSynchronizationObject **objects, const s32 num_objects, s64 timeout);
|
||||
public:
|
||||
virtual void Finalize() override;
|
||||
virtual bool IsSignaled() const = 0;
|
||||
virtual bool IsSignaled() const { AMS_INFINITE_LOOP(); }
|
||||
virtual void DumpWaiters();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user