From 6416bc193843702fc9d77be24e7b5b86c2b5e68c Mon Sep 17 00:00:00 2001 From: mageven <62494521+mageven@users.noreply.github.com> Date: Sat, 23 May 2020 15:45:59 +0530 Subject: Implement CNTVCT_EL0 (#1268) * Implement CNTVCT_EL0 * Fix comment --- ARMeilleure/Instructions/NativeInterface.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ARMeilleure/Instructions/NativeInterface.cs') diff --git a/ARMeilleure/Instructions/NativeInterface.cs b/ARMeilleure/Instructions/NativeInterface.cs index f42dc283..49faab35 100644 --- a/ARMeilleure/Instructions/NativeInterface.cs +++ b/ARMeilleure/Instructions/NativeInterface.cs @@ -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; -- cgit v1.2.3-70-g09d2