Setting the memoryOffset for the memory backend could be useful...
This commit is contained in:
parent
9189728205
commit
804fc2b49b
@ -37,6 +37,8 @@ miniffs_t *miniffs_openfs(uintptr_t address)
|
|||||||
goto free_and_exit;
|
goto free_and_exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fs->memoryOffset = (void *)address;
|
||||||
|
|
||||||
goto exit;
|
goto exit;
|
||||||
|
|
||||||
free_and_exit:
|
free_and_exit:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user