* armemu.h (GETSPSR): Call ARMul_GetSPSR().
authorAlexandre Oliva <aoliva@redhat.com>
Tue, 4 Jul 2000 06:19:29 +0000 (06:19 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Tue, 4 Jul 2000 06:19:29 +0000 (06:19 +0000)
commitcf52c765b09c13868d5cc5a8eb0297854be660d5
tree00d14d325741ffd2f05ff67a9360b6df05f9c583
parent4ef2594f4ed0fe4191d9e791e84b6241f968fc7c
* armemu.h (GETSPSR): Call ARMul_GetSPSR().
* armsupp.c (ARMul_CPSRAltered): Zero out bits as they're
extracted from state->Cpsr, but preserve the unused bits.
(ARMul_GetCPSR): Get bits preserved in state->Cpsr.
(ARMul_GetSPSR, ARMul_FixCPSR): Use ARMul_GetCPSR() to
get the full CPSR word.
sim/arm/ChangeLog
sim/arm/armemu.h
sim/arm/armsupp.c