2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-03 00:53:30 +00:00

Merge pull request #1197 from evanreichard/disassembler_update

This commit is contained in:
a3957273
2024-03-31 00:37:50 +00:00
committed by GitHub

View File

@@ -4054,7 +4054,7 @@ function DecodeImmediate( type, BySize, SizeSetting )
//Sign bit adjust.
if( V32 >= ( n >> 1 ) ) { V32 -= n; }
if( V32 >= ( n / 2 ) ) { V32 -= n; }
//Add position.