Skip to content

Commit

Permalink
Add parseAPI/src/JumpTableIndexPred.C
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent a9fe31a commit 4e2259a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/parseAPI/developer/JumpTableIndexPred.h.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ JumpTableIndexPred.h

.. cpp:function:: static TypedSliceEdge::Ptr create(SliceNode::Ptr source, SliceNode::Ptr target, ParseAPI::EdgeTypeEnum t)
.. cpp:function:: ParseAPI::EdgeTypeEnum type()


.. code:: c
// Assume the table contain less than this many entries.
#define MAX_TABLE_ENTRY 1000000
2 changes: 1 addition & 1 deletion parseAPI/src/JumpTableIndexPred.C
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ using namespace Dyninst;
using namespace Dyninst::DataflowAPI;
using namespace Dyninst::ParseAPI;
using namespace Dyninst::InstructionAPI;
// Assume the table contain less than this many entries.

#define MAX_TABLE_ENTRY 1000000


Expand Down

0 comments on commit 4e2259a

Please sign in to comment.