From b0b39eb2de25862b18d574bca791e39c3643c231 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 9 Apr 1998 20:56:00 +0000 Subject: * Backed out week-old attempt at enabling quadword memory access on MIPS sim; added PKE sim code fixes. No COP2 testing progress today. [ChangeLog] Thu Apr 9 16:38:23 1998 Frank Ch. Eigler * r5900.igen (LQC,SQC): Adapted code to DOUBLEWORD accesses instead of QUADWORD. * sim-main.h: Removed attempt at allowing 128-bit access. [ChangeLog.sky] Thu Apr 9 16:42:54 1998 Frank Ch. Eigler * sky-pke.c (read_pke_pc): Corrected PKE PC calculation to word granularity. --- sim/mips/sim-main.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'sim/mips/sim-main.h') diff --git a/sim/mips/sim-main.h b/sim/mips/sim-main.h index 776e0b3..af9378a 100644 --- a/sim/mips/sim-main.h +++ b/sim/mips/sim-main.h @@ -837,18 +837,6 @@ decode_coproc (SD, CPU, cia, (instruction)) #define PSIZE (WITH_TARGET_ADDRESS_BITSIZE) #endif -/* start-sanitize-sky */ -#ifdef OOPS_THIS_DOESN_T_WORK -#ifdef TARGET_SKY - /* 128-bit accesses are allowed */ -#undef LOADDRMASK -#define LOADDRMASK AccessLength_QUADWORD -#undef PSIZE -#define PSIZE (WITH_TARGET_ADDRESS_BITSIZE) -#endif /* TARGET_SKY */ -#endif -/* end-sanitize-sky */ - INLINE_SIM_MAIN (int) address_translation PARAMS ((SIM_DESC sd, sim_cpu *, address_word cia, address_word vAddr, int IorD, int LorS, address_word *pAddr, int *CCA, int raw)); #define AddressTranslation(vAddr,IorD,LorS,pAddr,CCA,host,raw) \ -- cgit v1.1