[LA64_DYNAREC] Added xSavedSP to emitter for later use

This commit is contained in:
ptitSeb 2024-03-02 10:10:42 +01:00
parent e49728aa82
commit 67006f2809
2 changed files with 9 additions and 8 deletions

View File

@ -51,6 +51,7 @@ f24-f31 fs0-fs7 Static registers Callee
#define xR15 30
#define xFlags 31
#define xRIP 20
#define xSavedSP 22
// function to move from x86 regs number to LA64 reg number
#define TO_LA64(A) (((A)>7)?((A)+15):((A)+12))
// 32bits version

View File

@ -149,14 +149,14 @@ BOX64_EMULATED_LIBS=libudev.so.0
[streaming_client]
BOX64_EMULATED_LIBS=libSDL2-2.0.so.0:libSDL2_ttf-2.0.so.0
[steamwebhelper]
BOX64_NOSANDBOX=1
BOX64_INPROCESSGPU=1
BOX64_LOG=0
BOX64_MALLOC_HACK=2
BOX64_DYNAREC_BIGBLOCK=0
BOX64_DYNAREC_CALLRET=1
BOX64_DYNAREC_STRONGMEM=2
#[steamwebhelper]
#BOX64_NOSANDBOX=1
#BOX64_INPROCESSGPU=1
#BOX64_LOG=0
#BOX64_MALLOC_HACK=2
#BOX64_DYNAREC_BIGBLOCK=0
#BOX64_DYNAREC_CALLRET=1
#BOX64_DYNAREC_STRONGMEM=2
[steamwebhelper.exe]
BOX64_DYNAREC_STRONGMEM=1