Skip to content

Commit

Permalink
Add missing U4 -> U8 widening flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed May 3, 2024
1 parent 54092d4 commit ee8def8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ private static bool CanPrimitiveWiden(EETypeElementType destType, EETypeElementT
0xC540, // Int16 (W = I2, I4, I8, R4, R8)
0xCF88, // UInt16 (W = U2, CHAR, I4, U4, I8, U8, R4, R8)
0xC500, // Int32 (W = I4, I8, R4, R8)
0xCE00, // UInt32 (W = U4, I8, R4, R8)
0xCE0B, // UInt32 (W = U4, I8, U8, R4, R8)
0xC400, // Int64 (W = I8, R4, R8)
0xC800, // UInt64 (W = U8, R4, R8)
0x0000, // IntPtr
Expand Down

0 comments on commit ee8def8

Please sign in to comment.