dyncom: Remove unused structs
This commit is contained in:
parent
e83bc5b7ee
commit
a48b4ec583
|
@ -798,14 +798,6 @@ struct bkpt_inst {
|
||||||
u32 imm;
|
u32 imm;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct blx1_inst {
|
|
||||||
unsigned int addr;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct blx2_inst {
|
|
||||||
unsigned int Rm;
|
|
||||||
};
|
|
||||||
|
|
||||||
typedef struct _stc_inst {
|
typedef struct _stc_inst {
|
||||||
} stc_inst;
|
} stc_inst;
|
||||||
|
|
||||||
|
|
Reference in New Issue