X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Fsh2%2Fcompiler.c;h=f260f92e9ad1e30e582eb83c1b1e89bdf8870bb9;hb=20e0619b16038032c67615813d5e36a3ad100045;hp=02add3966857de000760e8fa3e89774fba4ca380;hpb=f0d7b1faa17e6e0e21c04db2e1b46ae33a808e11;p=picodrive.git diff --git a/cpu/sh2/compiler.c b/cpu/sh2/compiler.c index 02add39..f260f92 100644 --- a/cpu/sh2/compiler.c +++ b/cpu/sh2/compiler.c @@ -129,12 +129,6 @@ static temp_reg_t reg_temp[] = { #define Q_SHIFT 8 #define M_SHIFT 9 -typedef enum { - SHR_R0 = 0, SHR_SP = 15, - SHR_PC, SHR_PPC, SHR_PR, SHR_SR, - SHR_GBR, SHR_VBR, SHR_MACH, SHR_MACL, -} sh2_reg_e; - typedef struct block_desc_ { u32 addr; // SH2 PC address u32 end_addr; // TODO rm?