mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-23 10:50:49 +00:00
LibJS: Mark FinishUnwind as a terminator
This commit is contained in:
parent
ded7545db1
commit
6998b72d22
Notes:
sideshowbarker
2024-07-17 08:34:29 +09:00
Author: https://github.com/Hendiadyoin1
Commit: 6998b72d22
Pull-request: https://github.com/SerenityOS/serenity/pull/15971
Reviewed-by: https://github.com/FireFox317
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
1 changed files with 2 additions and 0 deletions
|
@ -783,6 +783,8 @@ public:
|
|||
|
||||
class FinishUnwind final : public Instruction {
|
||||
public:
|
||||
constexpr static bool IsTerminator = true;
|
||||
|
||||
FinishUnwind(Label next)
|
||||
: Instruction(Type::FinishUnwind)
|
||||
, m_next_target(move(next))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue