summaryrefslogtreecommitdiff
path: root/src/arch/post.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/post.c')
-rw-r--r--src/arch/post.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/post.c b/src/arch/post.c
index 9973dd3..5c7ed13 100644
--- a/src/arch/post.c
+++ b/src/arch/post.c
@@ -79,7 +79,7 @@ void post_process_target_resolution(GArchInstruction *instr, GArchProcessor *pro
if (!g_target_operand_resolve(G_TARGET_OPERAND(new), bfmt, true))
{
- vmpa2_virt_to_string(&target, MDS_UNDEFINED, loc, NULL);
+ vmpa2_to_string(&target, MDS_UNDEFINED, loc, NULL);
switch (type)
{