mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-06 02:08:28 +02:00
Move solution and projects to src
This commit is contained in:
11
src/ARMeilleure/CodeGen/Unwinding/UnwindPseudoOp.cs
Normal file
11
src/ARMeilleure/CodeGen/Unwinding/UnwindPseudoOp.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace ARMeilleure.CodeGen.Unwinding
|
||||
{
|
||||
enum UnwindPseudoOp
|
||||
{
|
||||
PushReg = 0,
|
||||
SetFrame = 1,
|
||||
AllocStack = 2,
|
||||
SaveReg = 3,
|
||||
SaveXmm128 = 4
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user