forked from Imagelibrary/binutils-gdb
PR sim/14540
* armsupp.c (ARMul_MRC): Return 0 if access to the MRC instruction is denied.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2012-09-03 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR sim/14540
|
||||
* armsupp.c (ARMul_MRC): Return 0 if access to the MRC instruction
|
||||
is denied.
|
||||
|
||||
2012-08-01 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* wrapper.c (libiberty.h): Include.
|
||||
|
||||
@@ -636,7 +636,7 @@ ARMul_MRC (ARMul_State * state, ARMword instr)
|
||||
if (! CP_ACCESS_ALLOWED (state, CPNum))
|
||||
{
|
||||
ARMul_UndefInstr (state, instr);
|
||||
return;
|
||||
return result;
|
||||
}
|
||||
|
||||
cpab = (state->MRC[CPNum]) (state, ARMul_FIRST, instr, &result);
|
||||
|
||||
Reference in New Issue
Block a user