2024-07-30 11:42:36 +00:00
|
|
|
// SPDX-FileCopyrightText: 2002-2024 PCSX2 Dev Team
|
|
|
|
// SPDX-License-Identifier: GPL-3.0+
|
2009-04-23 12:39:59 +00:00
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
// This header file is intended to be the future home of xchg, cmpxchg, xadd, and
|
|
|
|
// other threading-related exchange instructions.
|
2009-11-06 21:45:30 +00:00
|
|
|
|
2016-11-12 15:28:37 +00:00
|
|
|
namespace x86Emitter
|
|
|
|
{
|
2009-11-06 21:45:30 +00:00
|
|
|
|
|
|
|
|
2016-11-12 15:28:37 +00:00
|
|
|
} // End namespace x86Emitter
|