Skip to content

Commit

Permalink
Deprecate Arch::StatePointerType
Browse files Browse the repository at this point in the history
  • Loading branch information
tetsuo-cpp committed Jun 21, 2022
1 parent e266fa9 commit 4cc8253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/remill/Arch/Arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class Arch {
llvm::StructType *StateStructType(void) const;

// Pointer to a state structure type.
llvm::PointerType *StatePointerType(void) const;
__attribute__((deprecated)) llvm::PointerType *StatePointerType(void) const;

// Return the type of an address, i.e. `addr_t` in the semantics.
llvm::IntegerType *AddressType(void) const;
Expand Down

0 comments on commit 4cc8253

Please sign in to comment.