mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-13 08:56:40 +00:00
3b70a28087
... in case of "Vector" unwind codes the remaining unwind codes could be corrupted. Nits.
11 lines
No EOL
170 B
C#
11 lines
No EOL
170 B
C#
namespace ARMeilleure.CodeGen.Unwinding
|
|
{
|
|
enum UnwindPseudoOp
|
|
{
|
|
PushReg,
|
|
SetFrame,
|
|
AllocStack,
|
|
SaveReg,
|
|
SaveXmm128
|
|
}
|
|
} |