0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2025-01-10 16:21:58 +00:00
Ryujinx/ARMeilleure/CodeGen/Unwinding/UnwindPseudoOperation.cs

11 lines
170 B
C#
Raw Normal View History

namespace ARMeilleure.CodeGen.Unwinding
{
enum UnwindPseudoOp
{
PushReg,
SetFrame,
AllocStack,
SaveReg,
SaveXmm128
}
}