parent
ff7a933ec0
commit
6416bc1938
3 changed files with 10 additions and 0 deletions
|
@ -136,6 +136,11 @@ namespace ARMeilleure.Instructions
|
|||
return GetContext().CntpctEl0;
|
||||
}
|
||||
|
||||
public static ulong GetCntvctEl0()
|
||||
{
|
||||
return GetContext().CntvctEl0;
|
||||
}
|
||||
|
||||
public static void SetFpcr(ulong value)
|
||||
{
|
||||
GetContext().Fpcr = (FPCR)value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue