Skip to content

Commit

Permalink
emulators/rpcs3: unbreak on aarch64 after ee309cd
Browse files Browse the repository at this point in the history
rpcs3/Emu/Cell/PPUThread.cpp:713:19: error: no member named 'r32' in 'asmjit::arm::Gp'
                                c.ldr(args[1].r32(), arm::ptr(imm_address));
                                      ~~~~~~~ ^

Reported by:	pkg-fallout

(cherry picked from commit 6fe0335)
  • Loading branch information
jbeich committed Sep 4, 2022
1 parent bc8bef6 commit e15d05f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions emulators/rpcs3/Makefile
Expand Up @@ -4,6 +4,9 @@ DISTVERSION= 0.0.24 # git rev-list --count HEAD
DISTVERSIONSUFFIX= -14104-g2cd7238e76
CATEGORIES= emulators wayland

PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= 290226539f67.patch:-p1 # https://github.com/RPCS3/rpcs3/pull/12606

MAINTAINER= jbeich@FreeBSD.org
COMMENT= PS3 emulator/debugger

Expand Down
2 changes: 2 additions & 0 deletions emulators/rpcs3/distinfo
Expand Up @@ -23,3 +23,5 @@ SHA256 (wolfSSL-wolfssl-v5.4.0-stable_GH0.tar.gz) = dc36cc19dad197253e5c2ecaa490
SIZE (wolfSSL-wolfssl-v5.4.0-stable_GH0.tar.gz) = 20972285
SHA256 (llvm-llvm-project-llvmorg-13.0.1-rc1_GH0.tar.gz) = c9411f1882eaf0c190fd5b412deb0bd7dba61a48df243d3408298cc6f53b6921
SIZE (llvm-llvm-project-llvmorg-13.0.1-rc1_GH0.tar.gz) = 147284646
SHA256 (290226539f67.patch) = af2efd9ff89b9ed4960d54cc10389b229a1033f8aceaabc1f833707345085f0e
SIZE (290226539f67.patch) = 1544

0 comments on commit e15d05f

Please sign in to comment.