summaryrefslogtreecommitdiff
path: root/src/analysis/roptions.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/roptions.c')
-rw-r--r--src/analysis/roptions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analysis/roptions.c b/src/analysis/roptions.c
index 896a2e1..8da348f 100644
--- a/src/analysis/roptions.c
+++ b/src/analysis/roptions.c
@@ -113,7 +113,7 @@ GRenderingOptions *g_rendering_options_new(GExeFormat *format)
result = g_object_new(G_TYPE_RENDERING_OPTIONS, NULL);
result->format = format;
- result->proc = get_arch_processor_from_format(format);
+ result->proc = NULL;//get_arch_processor_from_format(format);
return result;