mirror of https://github.com/xemu-project/xemu.git
CRIS: Remove duplicated flag defines.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
4b0c7aa364
commit
4548eaea13
|
@ -67,8 +67,6 @@
|
|||
#define R_FLAG 0x100
|
||||
#define P_FLAG 0x80
|
||||
#define U_FLAG 0x40
|
||||
#define P_FLAG 0x80
|
||||
#define U_FLAG 0x40
|
||||
#define I_FLAG 0x20
|
||||
#define X_FLAG 0x10
|
||||
#define N_FLAG 0x08
|
||||
|
|
Loading…
Reference in New Issue