Skip to content

Commit 1e607cb

Browse files
committed
Revert "Fix compilation with MSVC: arm64/disassembler/decode_scratchpad.c"
This reverts commit cb7c2d3.
1 parent cf9a634 commit 1e607cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/disassembler/decode_scratchpad.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4625,7 +4625,7 @@ int decode_scratchpad(context* ctx, Instruction* instr)
46254625
case ENC_BFI_BFM_32M_BITFIELD:
46264626
case ENC_SBFIZ_SBFM_32M_BITFIELD:
46274627
case ENC_UBFIZ_UBFM_32M_BITFIELD:
4628-
lsb = -(int64_t)IMMR % 32;
4628+
lsb = -IMMR % 32;
46294629
width = IMMS + 1;
46304630
break;
46314631
default:

0 commit comments

Comments
 (0)