mirror of
https://github.com/lifting-bits/sleigh
synced 2026-06-21 13:56:12 +00:00
Update Ghidra HEAD to commit 3d92a003f (#419)
Bump Ghidra HEAD commit 3d92a003f Changed files: ``` M Ghidra/Processors/MIPS/data/languages/mips16.sinc ``` Commit details: ``` [Commit 1/1] Hash: d29a605572866c2e564a537295e836c310af17f2 Date: 2026-04-29 20:15:19 +0000 Message: GP-6766: Corrected operand ordering for MIPS16e movz and movn Files changed: M Ghidra/Processors/MIPS/data/languages/mips16.sinc ``` Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c1aec71e40
commit
fa806a45c7
@@ -54,7 +54,7 @@ if("${sleigh_RELEASE_TYPE}" STREQUAL "HEAD")
|
||||
# TODO: CMake only likes numeric characters in the version string....
|
||||
set(ghidra_head_version "12.2")
|
||||
set(ghidra_version "${ghidra_head_version}")
|
||||
set(ghidra_head_git_tag "b3eef5912c67aaff5eaae534f5d94f9837f5227a")
|
||||
set(ghidra_head_git_tag "3d92a003fcd9a9949d78a172dc7295b95af12965")
|
||||
set(ghidra_git_tag "${ghidra_head_git_tag}")
|
||||
set(ghidra_shallow FALSE)
|
||||
set(ghidra_patches
|
||||
|
||||
Reference in New Issue
Block a user