Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions module-template/module.exports
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
global:
staticrecomp_get_module;
/* The lockstep verifier dlsym's this to install the module's RAM write
journal. Without it StaticRecompLockstepVerifier::Init() prints
"module lacks ppc_set_mem_write_journal export" and silently disables
itself -- a clean lockstep run then proves nothing. macOS exported it
already (GXRuntime marks it visibility("default")); only this version
script was hiding it on Linux. */
ppc_set_mem_write_journal;
local:
*;
};