OSDN Git Service

[VM][DEVICE][WIP] Updating State functions.Still cause FTBFS.
[csp-qt/common_source_project-fm7.git] / source / src / vm / nor.cpp
index 5dbe5b9..1408363 100644 (file)
@@ -34,9 +34,9 @@ bool NOR::process_state(FILEIO* state_fio, bool loading)
        if(!state_fio->StateCheckInt32(this_device_id)) {
                return false;
        }
-       state_fio->StateUint32(bits_in);
-       state_fio->StateBool(prev);
-       state_fio->StateBool(first);
+       state_fio->StateValue(bits_in);
+       state_fio->StateValue(prev);
+       state_fio->StateValue(first);
        return true;
 }