accomodate padding changes in sysv
This commit is contained in:
parent
89f424e61f
commit
858fd7bb6a
|
|
@ -98,7 +98,7 @@ public:
|
|||
|
||||
struct Impl;
|
||||
bool is_executing = false;
|
||||
char impl_storage[16788736];
|
||||
char impl_storage[16788800];
|
||||
};
|
||||
|
||||
} // namespace A32
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@ public:
|
|||
std::string Disassemble() const;
|
||||
|
||||
struct Impl;
|
||||
char impl_storage[16788736];
|
||||
char impl_storage[16788800];
|
||||
};
|
||||
|
||||
} // namespace A64
|
||||
|
|
|
|||
Loading…
Reference in New Issue