mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-06 00:14:43 +00:00
NEW_STORAGE is no longer new. (#135)
* Always follow NEW_STORAGE code paths. This removes the code paths for the pre-NEW_STORAGE code. * Remove NEW_STORAGE from build system. The code no longer refers to `NEW_STORAGE`, so we can remove this from the build system.
This commit is contained in:
@@ -387,7 +387,6 @@ LispPTR vmem_save(char *sysout_file_name)
|
||||
|
||||
InterfacePage->machinetype = KATANA;
|
||||
|
||||
#ifdef NEW_STORAGE
|
||||
/* Restore storagefull state */
|
||||
if (((*STORAGEFULLSTATE_word) & 0xffff) == SFS_NOTSWITCHABLE) {
|
||||
/* This sysout uses only 8 Mbyte lisp space.
|
||||
@@ -402,7 +401,6 @@ LispPTR vmem_save(char *sysout_file_name)
|
||||
/* Otherwise, just restore storagefullstate in IFPAGE */
|
||||
InterfacePage->storagefullstate = (*STORAGEFULLSTATE_word) & 0xffff;
|
||||
}
|
||||
#endif /* NEW_STORAGE */
|
||||
|
||||
/* First, sort fptovp table, trying to get pages contiguous */
|
||||
#ifndef BIGVM
|
||||
|
||||
Reference in New Issue
Block a user