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

Commit

Permalink
fixup! Imported source files from QEMU v1.0.0 target-arm/libcpu
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhou-chaojixx committed Jan 20, 2020
1 parent 4e11a89 commit 447774b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/target-arm/helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ void cpu_state_reset(CPUARMState *env) {
/* On ARMv7-M the CPSR_I is the value of the PRIMASK register, and is
clear at reset. Initial SP and PC are loaded from ROM. */
if (IS_M(env)) {
uint32_t pc;
env->uncached_cpsr &= ~CPSR_I;
}
env->vfp.xregs[ARM_VFP_FPEXC] = 0;
Expand Down

0 comments on commit 447774b

Please sign in to comment.