diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2019-11-14 16:58:15 +0200 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2019-11-14 16:58:15 +0200 |
| commit | 0632bac5980a9214876a2ec8412390123843bd85 (patch) | |
| tree | 5f93d34b3cf148770687e5e32af74ed0995d397d /Software/Visual_Studio/Tango.Emulations | |
| parent | 5727b7e6d821f3ba965ceea382da2d839257bb47 (diff) | |
| download | Tango-0632bac5980a9214876a2ec8412390123843bd85.tar.gz Tango-0632bac5980a9214876a2ec8412390123843bd85.zip | |
Implemented job outline for PPC.
Diffstat (limited to 'Software/Visual_Studio/Tango.Emulations')
| -rw-r--r-- | Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs b/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs index 5b15f3094..9cd9e985b 100644 --- a/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs +++ b/Software/Visual_Studio/Tango.Emulations/Emulators/MachineEmulator.cs @@ -1134,7 +1134,7 @@ namespace Tango.Emulations.Emulators { Capacity = d.TotalSize, FreeSpace = d.TotalFreeSpace, - Root = "/" + Root = "C:\\EmulatorStorage" }, request.Container.Token); } |
