Skip to content

Commit 2021c04

Browse files
committed
test Solaris CI
1 parent 0a2ae41 commit 2021c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/ir/ir_private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ int ir_gen_dessa_moves(ir_ctx *ctx, uint32_t b, emit_copy_t emit_copy);
12791279
#if defined(IR_REGSET_64BIT)
12801280

12811281
/*typedef enum _ir_reg ir_reg;*/
1282-
typedef int8_t ir_reg;
1282+
typedef uint8_t ir_reg;
12831283

12841284
/*** Register Sets ***/
12851285
#if IR_REGSET_64BIT

0 commit comments

Comments
 (0)