mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-11-05 22:18:59 -06:00
aloha
This commit is contained in:
11
Ryujinx/Cpu/Decoder/AOpCodeBImm.cs
Normal file
11
Ryujinx/Cpu/Decoder/AOpCodeBImm.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using ChocolArm64.Instruction;
|
||||
|
||||
namespace ChocolArm64.Decoder
|
||||
{
|
||||
class AOpCodeBImm : AOpCode
|
||||
{
|
||||
public long Imm { get; protected set; }
|
||||
|
||||
public AOpCodeBImm(AInst Inst, long Position) : base(Inst, Position) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user