mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:47:34 +00:00
LibJS/JIT: Run clang-format on Compiler.cpp
This commit is contained in:
parent
2cbc9d6970
commit
40ecf7689b
1 changed files with 1 additions and 2 deletions
|
@ -325,8 +325,7 @@ void Compiler::check_exception()
|
||||||
m_assembler.jump_if_not_equal(
|
m_assembler.jump_if_not_equal(
|
||||||
Assembler::Operand::Register(GPR0),
|
Assembler::Operand::Register(GPR0),
|
||||||
Assembler::Operand::Register(GPR1),
|
Assembler::Operand::Register(GPR1),
|
||||||
m_exception_handler
|
m_exception_handler);
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Compiler::handle_exception()
|
void Compiler::handle_exception()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue