mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 10:46:25 +00:00
parent
eccfa5e1e7
commit
abe76e0d93
@ -156,6 +156,7 @@ class Vfs::Rom_file_system : public Single_file_system
|
||||
if (out.mode == STAT_MODE_FILE) {
|
||||
_rom.update();
|
||||
out.size = _rom.valid() ? _rom.size() : 0;
|
||||
out.mode |= 0555;
|
||||
}
|
||||
|
||||
return result;
|
||||
|
Loading…
Reference in New Issue
Block a user