From 8ae255b51a6fd615393b6a72b9066e8861117cd8 Mon Sep 17 00:00:00 2001 From: Ethan Frey Date: Thu, 19 Sep 2019 00:19:17 +0200 Subject: [PATCH] Fix issues with testing/linking singlepass in runtime-c-api --- lib/runtime-core/image-loading-linux-x86-64.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/runtime-core/image-loading-linux-x86-64.s b/lib/runtime-core/image-loading-linux-x86-64.s index 1d86bab08..859f010f8 100644 --- a/lib/runtime-core/image-loading-linux-x86-64.s +++ b/lib/runtime-core/image-loading-linux-x86-64.s @@ -81,7 +81,7 @@ pushq %r8 pushq %r9 pushq %r10 -callq get_boundary_register_preservation +callq get_boundary_register_preservation@PLT # Keep this consistent with BoundaryRegisterPreservation movq %r15, 0(%rax)