mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 11:13:57 +00:00
Fix allocator skipping
This commit is contained in:
@@ -315,7 +315,7 @@ class emulator_allocator
|
||||
|
||||
void skip_until(const uint64_t offset)
|
||||
{
|
||||
this->active_address_ = offset;
|
||||
this->active_address_ = this->address_ + offset;
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user