9 lines
192 B
C#
9 lines
192 B
C#
|
namespace Ryujinx.Tests.Cpu
|
|||
|
{
|
|||
|
public class PrecomputedThumbTestCase
|
|||
|
{
|
|||
|
public ushort[] Instructions;
|
|||
|
public uint[] StartRegs;
|
|||
|
public uint[] FinalRegs;
|
|||
|
}
|
|||
|
}
|