Skip to content

Commit

Permalink
Update Ghidra HEAD to commit 5fd01c739 (#223)
Browse files Browse the repository at this point in the history
Bump Ghidra HEAD commit 5fd01c739

Changed files:

```
M	Ghidra/Processors/MC6800/data/languages/6x09.sinc
```

Co-authored-by: pgoodman <pgoodman@users.noreply.github.com>
  • Loading branch information
auto-updater[bot] and pgoodman authored Dec 4, 2023
1 parent e46879c commit c4cab14
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 "10.5")
set(ghidra_version "${ghidra_head_version}")
set(ghidra_head_git_tag "c225fac124821d789b12e4c76f4a0f6eabe83544")
set(ghidra_head_git_tag "5fd01c739da5d7941a5c8a4606493f7e6a955ca0")
set(ghidra_git_tag "${ghidra_head_git_tag}")
set(ghidra_shallow FALSE)
set(ghidra_patches
Expand Down

0 comments on commit c4cab14

Please sign in to comment.