This commit is contained in:
Maschell 2024-06-29 14:04:13 +02:00
parent 3d667024cc
commit 5e1e6b6133
2 changed files with 6 additions and 2 deletions

View File

@ -20,11 +20,11 @@ jobs:
unzip ghidra.zip -d ~/ghidra unzip ghidra.zip -d ~/ghidra
rm ghidra.zip rm ghidra.zip
env: env:
GHIDRA_URL: https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.4_build/ghidra_10.4_PUBLIC_20230928.zip GHIDRA_URL: https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.1_build/ghidra_11.1_PUBLIC_20240607.zip
- name: Execute Gradle build - name: Execute Gradle build
run: ./gradlew run: ./gradlew
env: env:
GHIDRA_INSTALL_DIR: /home/runner/ghidra/ghidra_10.4_PUBLIC/ GHIDRA_INSTALL_DIR: /home/runner/ghidra/ghidra_11.1_PUBLIC/
- name: Release - name: Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')

View File

@ -799,6 +799,10 @@ define pcodeop TLBWrite;
define pcodeop WriteExternalEnable; define pcodeop WriteExternalEnable;
define pcodeop WriteExternalEnableImmediate; define pcodeop WriteExternalEnableImmediate;
# This is really used in the altivec version, but since it's a registered pcode op
# and due to the way things get @included, this needs to be here
define pcodeop vectorPermute;
################################################################ ################################################################
# Macros # Macros
################################################################ ################################################################