mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-24 13:32:39 +00:00
fix jump table offset.
This commit is contained in:
parent
2717ad75c5
commit
a0e05db127
@ -151,7 +151,7 @@ uint32_t load(const char *file)
|
||||
address = EmulatedNewPtr(a5size);
|
||||
|
||||
a5 = address + below;
|
||||
std::memcpy(memory + a5, data, above);
|
||||
std::memcpy(memory + a5 + jtOffset, data + 16 , jtSize);
|
||||
|
||||
segments[resID] = std::make_pair(address, a5size);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user