mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 20:44:37 +03:00
Fixed bug introduced by commit 1a73e65534
This commit is contained in:
@@ -280,6 +280,7 @@ struct RegMask {
|
||||
// --------------------------------------------------------------------------
|
||||
|
||||
union {
|
||||
struct {
|
||||
//! Gp mask (16-bit).
|
||||
uint16_t _gp;
|
||||
//! Fp mask (8-bit).
|
||||
@@ -288,6 +289,7 @@ struct RegMask {
|
||||
uint8_t _mm;
|
||||
//! Xmm/Ymm/Zmm mask (32-bit).
|
||||
uint32_t _xyz;
|
||||
};
|
||||
|
||||
//! All masks as 64-bit integer.
|
||||
UInt64 _packed;
|
||||
|
||||
Reference in New Issue
Block a user