From 1a4fa1603ba4b3a55f3862a17c74b1224b55c1fd Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Fri, 1 Jun 2012 01:52:19 +0200 Subject: unwarminder: fix data_abort_handler (wrong address to UIE) Change-Id: I060735363f2e408c42a8e11ac1f31dc96e3cb2d6 --- lib/unwarminder/safe_read.S | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/unwarminder/safe_read.S b/lib/unwarminder/safe_read.S index 2e3fc78955..d18bf49c04 100644 --- a/lib/unwarminder/safe_read.S +++ b/lib/unwarminder/safe_read.S @@ -127,7 +127,6 @@ data_abort_handler: cmp r0, r1 beq 1f @ otherwise just normally to UIE - mov r0, r1 mov r1, #2 b UIE 1: -- cgit v1.2.3