namespace Ryujinx.Tests.Cpu
{
    public class PrecomputedThumbTestCase
    {
        public ushort[] Instructions;
        public uint[] StartRegs;
        public uint[] FinalRegs;
    }
}