diff --git a/Userland/Libraries/LibELF/Arch/i386/plt_trampoline.S b/Userland/Libraries/LibELF/Arch/i386/plt_trampoline.S index 6eb5e96a5f..c2c563c8a4 100644 --- a/Userland/Libraries/LibELF/Arch/i386/plt_trampoline.S +++ b/Userland/Libraries/LibELF/Arch/i386/plt_trampoline.S @@ -45,7 +45,7 @@ _plt_trampoline: # (obj, reloff) pushl 20(%esp) # Copy of reloff pushl 20(%esp) # Copy of obj - call _fixup_plt_entry # Call the binder + call _fixup_plt_entry@PLT # Call the binder addl $8,%esp # pop binder args movl %eax,20(%esp) # Store function to be called in obj