mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-03-06 21:18:00 +00:00
11 lines
170 B
C#
11 lines
170 B
C#
![]() |
namespace ARMeilleure.CodeGen.Unwinding
|
||
|
{
|
||
|
enum UnwindPseudoOp
|
||
|
{
|
||
|
PushReg,
|
||
|
SetFrame,
|
||
|
AllocStack,
|
||
|
SaveReg,
|
||
|
SaveXmm128
|
||
|
}
|
||
|
}
|