mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 07:38:56 +02:00
accomodate padding changes in sysv
This commit is contained in:
parent
89f424e61f
commit
858fd7bb6a
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue