mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-11 14:47:42 +02:00

... 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
|
|
}
|
|
} |