summaryrefslogtreecommitdiff
path: root/src/arch/storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/storage.c')
-rw-r--r--src/arch/storage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/storage.c b/src/arch/storage.c
index d552ae3..73521df 100644
--- a/src/arch/storage.c
+++ b/src/arch/storage.c
@@ -486,7 +486,7 @@ static void g_ins_caching_process_store(GInsCaching *caching, GtkStatusStack *st
instr = g_arch_processor_get_instruction(proc, i);
- caching->status = g_arch_instruction_store__old(instr, storage, &pbuf);
+ caching->status = false;//g_arch_instruction_store__old(instr, storage, &pbuf);
if (caching->status)
caching->status = g_asm_storage_store_instruction_data(storage, &pbuf, &pos);
@@ -1544,7 +1544,7 @@ GArchInstruction *g_asm_storage_get_instruction_at(GAsmStorage *storage, GBinFor
status = g_asm_storage_load_instruction_data(storage, pbuf, target);
if (status)
- storage->collected[index] = g_arch_instruction_load__old(storage, format, pbuf);
+ storage->collected[index] = NULL;//g_arch_instruction_load__old(storage, format, pbuf);
if (storage->collected[index] != NULL)
{