Remove unused and duplicate define.

This commit is contained in:
Henrik Rydgård 2015-04-12 13:16:01 -07:00 committed by Unknown W. Brackets
parent f81781d25c
commit c6113b831d

View File

@ -24,7 +24,6 @@
namespace MIPSCodeUtils
{
#define FULLOP_JR_RA 0x03e00008
#define OP_SYSCALL 0x0000000c
#define OP_SYSCALL_MASK 0xFC00003F
#define _RS ((op>>21) & 0x1F)