Setting the memoryOffset for the memory backend could be useful...

This commit is contained in:
Godzil 2022-05-27 11:21:02 +01:00 committed by Manoel Trapier
parent 9189728205
commit 804fc2b49b

View File

@ -37,6 +37,8 @@ miniffs_t *miniffs_openfs(uintptr_t address)
goto free_and_exit;
}
fs->memoryOffset = (void *)address;
goto exit;
free_and_exit: