Fix a typo in ut128 type (#3714)

This commit is contained in:
Anton Kochkov 2023-08-02 18:03:15 +08:00 committed by GitHub
parent a3eefea988
commit 775c95b8b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ typedef struct _ut96 {
} ut96;
typedef struct _ut128 {
ut64 Low;
st64 High;
ut64 High;
} ut128;
typedef struct _ut256 {
ut128 Low;