Skip to content

Commit 1ff7d38

Browse files
authored
adds the x86/amd64 plt corrector component to the Primus base system (#1444)
The component is responsible for properly restoring the stack frame after a call to the Primus Lisp stub.
1 parent a503e97 commit 1ff7d38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/primus_systems/systems/core.asd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
:components (bap:load-binary
44
bap:program-loader
55
bap:x86-registers-initializer
6+
bap:x86-setup-plt
67
bap:powerpc-init
78
bap:observation-printer))
89

0 commit comments

Comments
 (0)