OSDN Git Service

[VM][DEVICE][WIP] Updating State functions.Still cause FTBFS.
[csp-qt/common_source_project-fm7.git] / source / src / vm / io.cpp
index 4a11adb..26c1b6c 100644 (file)
@@ -394,7 +394,7 @@ bool IO::process_state(FILEIO* state_fio, bool loading)
                return false;
        }
        for(int i = 0; i < addr_max; i++) {
-               state_fio->StateUint32(rd_table[i].value);
+               state_fio->StateValue(rd_table[i].value);
        }
        return true;
 }