mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 05:18:40 +00:00
preserve operand size info for shift operations, use along with typegroup to do correct sign preservation on shifts
This commit is contained in:
+2
-2
@@ -1323,8 +1323,8 @@ RDI_EvalOpTable:
|
||||
{Mul 22 1 2 1}
|
||||
{Div 23 1 2 1}
|
||||
{Mod 24 1 2 1}
|
||||
{LShift 25 1 2 1}
|
||||
{RShift 26 1 2 1}
|
||||
{LShift 25 2 2 1}
|
||||
{RShift 26 2 2 1}
|
||||
{BitAnd 27 1 2 1}
|
||||
{BitOr 28 1 2 1}
|
||||
{BitXor 29 1 2 1}
|
||||
|
||||
Reference in New Issue
Block a user