diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/build/debug/Hostboot/Dump.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/debug/Hostboot/Dump.pm b/src/build/debug/Hostboot/Dump.pm index bc3dca7b8..494d308ba 100755 --- a/src/build/debug/Hostboot/Dump.pm +++ b/src/build/debug/Hostboot/Dump.pm @@ -75,7 +75,7 @@ our %memory_maps = ( MEMSTATE_MS_48MEG() => # Add next 38MB after we expand to memory. [ 10 * _MB, 38 * _MB - ] + ], MEMSTATE_MS_64MEG() => # Add next 54MB after we expand to memory. [ 10 * _MB, 54 * _MB |