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
commit 21dc5d9de0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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.