1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-02-07 00:21:08 -06: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
}
}