From a007e98e1765ad71833b8bd364cf3b47f87402d6 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 22 Feb 2018 17:58:48 -0800 Subject: [PATCH] Fix SE access typo --- exosphere/se.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exosphere/se.c b/exosphere/se.c index 94bc40994..d1f353df0 100644 --- a/exosphere/se.c +++ b/exosphere/se.c @@ -372,7 +372,7 @@ void trigger_se_blocking_op(unsigned int op, void *dst, size_t dst_size, const v /* Set the LLs. */ SECURITY_ENGINE->IN_LL_ADDR_REG = get_physical_address(&in_ll); - g_security_enging->OUT_LL_ADDR_REG = get_physical_address(&out_ll); + SECURITY_ENGINE->OUT_LL_ADDR_REG = get_physical_address(&out_ll); /* Set registers for operation. */ SECURITY_ENGINE->ERR_STATUS_REG = SECURITY_ENGINE->ERR_STATUS_REG;