Add complete ARM support, partial memory support.
diff --git a/sections/cper-section-ia32x64.c b/sections/cper-section-ia32x64.c
index 6eca647..bfe7d6e 100644
--- a/sections/cper-section-ia32x64.c
+++ b/sections/cper-section-ia32x64.c
@@ -251,7 +251,7 @@
//No parseable data, just shift the head to the next item.
//todo: Dump the unparseable data into JSON IR anyway
*cur_pos = (void*)(context_info + 1);
- *cur_pos = (void*)(((char*)cur_pos) + context_info->ArraySize);
+ *cur_pos = (void*)(((char*)*cur_pos) + context_info->ArraySize);
}
json_object_object_add(context_info_ir, "registerArray", register_array);