mirror of https://github.com/inolen/redream.git
removed dead CTX define
This commit is contained in:
parent
4b45de9d7c
commit
8f148e735a
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue