Skip to content

Commit ed21de9

Browse files
committed
[BUGFIX] Use export symbols only (Issue #39)
1 parent d3b5021 commit ed21de9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TinyTracer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "PinLocker.h"
2424

2525
#define TOOL_NAME "TinyTracer"
26-
#define VERSION "2.6"
26+
#define VERSION "2.6.1"
2727

2828
#include "Util.h"
2929
#include "Settings.h"
@@ -848,7 +848,7 @@ int main(int argc, char *argv[])
848848
// Initialize PIN library. Print help message if -h(elp) is specified
849849
// in the command line or the command line is invalid
850850

851-
PIN_InitSymbols();
851+
PIN_InitSymbolsAlt(EXPORT_SYMBOLS);
852852
if (PIN_Init(argc, argv))
853853
{
854854
return Usage();

0 commit comments

Comments
 (0)