Skip to content

Commit 657c707

Browse files
committed
Merge branch 'master' into jit-rs
2 parents 46782a9 + c1fb56b commit 657c707

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/cpu/dynarec/v2/ir_context.h

-7
Original file line numberDiff line numberDiff line change
@@ -304,13 +304,6 @@ typedef struct ir_instruction {
304304
ir_value_type_t type;
305305
ir_shift_direction_t direction;
306306
} shift;
307-
struct {
308-
int reg;
309-
} get_cp0;
310-
struct {
311-
int reg;
312-
struct ir_instruction* value;
313-
} set_cp0;
314307
struct {
315308
struct ir_instruction* condition;
316309
cond_block_exit_type_t type;

0 commit comments

Comments
 (0)