summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common/x64EmitterTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/UnitTests/Common/x64EmitterTest.cpp')
-rw-r--r--Source/UnitTests/Common/x64EmitterTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/UnitTests/Common/x64EmitterTest.cpp b/Source/UnitTests/Common/x64EmitterTest.cpp
index ef060e0a93..ede3a731b3 100644
--- a/Source/UnitTests/Common/x64EmitterTest.cpp
+++ b/Source/UnitTests/Common/x64EmitterTest.cpp
@@ -191,7 +191,7 @@ protected:
ResetCodeBuffer();
}
- void ExpectBytes(const std::vector<u8> expected_bytes)
+ void ExpectBytes(const std::vector<u8>& expected_bytes)
{
const std::vector code_bytes(code_buffer, emitter->GetWritableCodePtr());