OSDN Git Service

[STATE] .
authorK.Ohta <whatisthis.sowhat@gmail.com>
Tue, 19 Jun 2018 20:58:39 +0000 (05:58 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Tue, 19 Jun 2018 20:58:39 +0000 (05:58 +0900)
source/src/statesub.cpp

index 76f38b9..a760812 100644 (file)
@@ -1206,7 +1206,8 @@ bool csp_state_utils::save_state(FILEIO *__fio, uint32_t *pcrc)
                                        _len = 0;
                                }
                                fio->put_int32(_len, &crc_value, &_stat);
-                               out_debug_log("SAVE VARARRAY p=%08x len=%d atom=%d CRC=%08x",pp, _len, _asize, crc_value); 
+                               //out_debug_log("SAVE VARARRAY p=%08x len=%d atom=%d CRC=%08x",pp, _len, _asize, crc_value); 
+                               //printf("SAVE VARARRAY p=%08x len=%d atom=%d CRC=%08x\n",pp, _len, _asize, crc_value); 
                                if(((*p).assume_byte) && (_asize > 1)) {
                                        _len = _len / _asize;
                                }
@@ -1598,7 +1599,8 @@ bool csp_state_utils::load_state(FILEIO *__fio, uint32_t *pcrc)
                                                _len = _len / _asize;
                                        }
                                }
-                               out_debug_log("LOAD VARARRAY p=%08x len=%d atom=%d CRC=%08x",pp, _len, _asize, crc_value); 
+                               //out_debug_log("LOAD VARARRAY p=%08x len=%d atom=%d CRC=%08x",pp, _len, _asize, crc_value); 
+                               //printf("LOAD VARARRAY p=%08x len=%d atom=%d CRC=%08x\n",pp, _len, _asize, crc_value); 
                        } else {
                                pp = (*p).ptr.p;
                        }