Skip to content

Commit

Permalink
Update Ghidra HEAD to commit fb844be1f (#265)
Browse files Browse the repository at this point in the history
Bump Ghidra HEAD commit fb844be1f

Changed files:

```
M	Ghidra/Features/Decompiler/src/decompile/cpp/filemanage.cc
M	Ghidra/Features/Decompiler/src/decompile/cpp/filemanage.hh
M	Ghidra/Processors/tricore/data/languages/tricore.sinc
```

Co-authored-by: pgoodman <[email protected]>
  • Loading branch information
auto-updater[bot] and pgoodman authored May 28, 2024
1 parent 5e84d25 commit bddd3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup-ghidra-source.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if("${sleigh_RELEASE_TYPE}" STREQUAL "HEAD")
# TODO: CMake only likes numeric characters in the version string....
set(ghidra_head_version "11.2")
set(ghidra_version "${ghidra_head_version}")
set(ghidra_head_git_tag "ef3e74b6d3cb9e7ce1ccef20c8660dcb5346066e")
set(ghidra_head_git_tag "fb844be1f61d71063b1e392f319d352cdd19b962")
set(ghidra_git_tag "${ghidra_head_git_tag}")
set(ghidra_shallow FALSE)
set(ghidra_patches
Expand Down

0 comments on commit bddd3b2

Please sign in to comment.