Skip to content
This repository was archived by the owner on Feb 3, 2020. It is now read-only.

Commit 447774b

Browse files
fixup! Imported source files from QEMU v1.0.0 target-arm/libcpu
1 parent 4e11a89 commit 447774b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/target-arm/helper.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ void cpu_state_reset(CPUARMState *env) {
316316
/* On ARMv7-M the CPSR_I is the value of the PRIMASK register, and is
317317
clear at reset. Initial SP and PC are loaded from ROM. */
318318
if (IS_M(env)) {
319-
uint32_t pc;
320319
env->uncached_cpsr &= ~CPSR_I;
321320
}
322321
env->vfp.xregs[ARM_VFP_FPEXC] = 0;

0 commit comments

Comments
 (0)