diff options
| author | Cyrille Bagard <nocbos@gmail.com> | 2017-01-15 14:47:04 (GMT) | 
|---|---|---|
| committer | Cyrille Bagard <nocbos@gmail.com> | 2017-01-15 14:47:04 (GMT) | 
| commit | af2ac16182b6243f17e06ec75e441014159abe5e (patch) | |
| tree | f0e82673bf5e63e3b06244c2139d8f10dca0203f /src/arch/post.c | |
| parent | 56e060d11c238ac7c7b3ecf0eb0527bbaebd5b4b (diff) | |
Improved symbol resolving using fully defined locations.
Diffstat (limited to 'src/arch/post.c')
| -rw-r--r-- | src/arch/post.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/arch/post.c b/src/arch/post.c index 9a296d4..59ed40e 100644 --- a/src/arch/post.c +++ b/src/arch/post.c @@ -73,7 +73,7 @@ void post_process_target_resolution(GArchInstruction *instr, GArchProcessor *pro          ptr_size = g_arch_processor_get_memory_size(proc); -        new = g_target_operand_new(ptr_size, addr); +        new = g_target_operand_new(ptr_size, &target);          if (!g_target_operand_resolve(G_TARGET_OPERAND(new), bfmt, true))          { | 
