removed dead CTX define

This commit is contained in:
Anthony Pesch 2017-07-18 00:13:04 -04:00
parent 4b45de9d7c
commit 8f148e735a
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ static void store_fpscr(struct sh4_guest *guest, struct ir *ir,
#define F64 struct ir_value*
#define V128 struct ir_value*
#define CTX ((struct sh4_context *)jit->guest->ctx)
#define FPU_DOUBLE_PR (flags & SH4_DOUBLE_PR)
#define FPU_DOUBLE_SZ (flags & SH4_DOUBLE_SZ)