aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/frontend/ir/ir_emitter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/ir/ir_emitter.cpp')
-rw-r--r--src/frontend/ir/ir_emitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/ir/ir_emitter.cpp b/src/frontend/ir/ir_emitter.cpp
index 5f7ef5ab..2258b79c 100644
--- a/src/frontend/ir/ir_emitter.cpp
+++ b/src/frontend/ir/ir_emitter.cpp
@@ -471,7 +471,7 @@ Value IREmitter::FPU32ToDouble(const Value& a, bool round_to_nearest, bool fpscr
return Inst(Opcode::FPU32ToDouble, {a, Imm1(round_to_nearest)});
}
-void IREmitter::ClearExlcusive() {
+void IREmitter::ClearExclusive() {
Inst(Opcode::ClearExclusive, {});
}