mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-05-01 08:52:04 +02:00
backend_x64: Use a reference to BlockOfCode instead of a pointer
This commit is contained in:
@@ -14,7 +14,7 @@ struct BlockOfCode::ExceptionHandler::Impl final {
|
||||
BlockOfCode::ExceptionHandler::ExceptionHandler() = default;
|
||||
BlockOfCode::ExceptionHandler::~ExceptionHandler() = default;
|
||||
|
||||
void BlockOfCode::ExceptionHandler::Register(BlockOfCode*) {
|
||||
void BlockOfCode::ExceptionHandler::Register(BlockOfCode&) {
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user