--- qemu/linux-user/arm/nwfpe/fpa11.c 2018/04/24 17:36:30 1.1.1.3 +++ qemu/linux-user/arm/nwfpe/fpa11.c 2018/04/24 18:58:05 1.1.1.5 @@ -15,8 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program; if not, see . */ #include "fpa11.h" @@ -145,7 +144,7 @@ unsigned int EmulateAll(unsigned int opc #if 0 fprintf(stderr,"emulating FP insn 0x%08x, PC=0x%08x\n", - opcode, qregs[REG_PC]); + opcode, qregs[ARM_REG_PC]); #endif fpa11 = GET_FPA11();