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

This commit is contained in:
Godzil 2022-05-27 11:21:02 +01:00
parent 54e4c91d75
commit fb05c096a8

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: