2023-12-22 11:57:49 +00:00
|
|
|
// SPDX-FileCopyrightText: 2002-2023 PCSX2 Dev Team
|
|
|
|
// SPDX-License-Identifier: LGPL-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
|