mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:47:34 +00:00
Revert "LibWasm: Some more performance stuff (#8812)"
This reverts commit 35394dbfaa
.
I pushed the wrong button again, hopefully this will be the last of
such incidents.
This commit is contained in:
parent
35394dbfaa
commit
23b48f8fe1
8 changed files with 27 additions and 49 deletions
|
@ -50,7 +50,7 @@ protected:
|
|||
T read_value(ReadonlyBytes data);
|
||||
|
||||
Vector<Value> pop_values(Configuration& configuration, size_t count);
|
||||
ALWAYS_INLINE bool trap_if_not(bool value, StringView reason)
|
||||
bool trap_if_not(bool value, StringView reason)
|
||||
{
|
||||
if (!value)
|
||||
m_trap = Trap { reason };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue