mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 06:01:52 +00:00
kern: who needs __purecall?
This commit is contained in:
parent
6faa3534bf
commit
dc7862882f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue