accomodate padding changes in sysv

This commit is contained in:
lizzie 2026-01-24 06:45:45 +00:00
parent 89f424e61f
commit 858fd7bb6a
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ public:
struct Impl;
bool is_executing = false;
char impl_storage[16788736];
char impl_storage[16788800];
};
} // namespace A32

View File

@ -127,7 +127,7 @@ public:
std::string Disassemble() const;
struct Impl;
char impl_storage[16788736];
char impl_storage[16788800];
};
} // namespace A64