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