mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-30 13:19:02 +00:00
LibWasm: Un-nest the structured instructions
This commit is contained in:
parent
06a1c27e4d
commit
7a12f23c28
Notes:
sideshowbarker
2024-07-18 18:13:18 +09:00
Author: https://github.com/alimpfard
Commit: 7a12f23c28
Pull-request: https://github.com/SerenityOS/serenity/pull/7021
3 changed files with 69 additions and 58 deletions
|
@ -209,7 +209,9 @@ static constexpr OpCode i32_trunc_sat_f32_s = 0xfc00,
|
|||
table_copy = 0xfc0e,
|
||||
table_grow = 0xfc0f,
|
||||
table_size = 0xfc10,
|
||||
table_fill = 0xfc11;
|
||||
table_fill = 0xfc11,
|
||||
structured_else = 0xff00,
|
||||
structured_end = 0xff01;
|
||||
|
||||
static constexpr u32 i32_trunc_sat_f32_s_second = 0,
|
||||
i32_trunc_sat_f32_u_second = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue