Skip to content

Commit 1dde9ec

Browse files
authored
Update funcdata.hh
1 parent 72923b9 commit 1dde9ec

File tree

1 file changed

+1
-1
lines changed
  • Ghidra/Features/Decompiler/src/decompile/cpp

1 file changed

+1
-1
lines changed

Ghidra/Features/Decompiler/src/decompile/cpp/funcdata.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public:
196196
Varnode *newSpacebasePtr(AddrSpace *id); ///< Construct a new \e spacebase register for a given address space
197197
Varnode *findSpacebaseInput(AddrSpace *id) const;
198198
void spacebaseConstant(PcodeOp *op,int4 slot,SymbolEntry *entry,const Address &rampoint,uintb origval,int4 origsize);
199-
void segmentizeFarPtr(Datatype* ct, bool locked, Varnode* vn, bool segmentize, bool bAfter);
199+
void segmentizeFarPtr(Datatype* ct, bool locked, Varnode* vn, bool segmentize);
200200

201201
/// \brief Get the number of heritage passes performed for the given address space
202202
///

0 commit comments

Comments
 (0)