mirror of
https://github.com/ptitSeb/box64.git
synced 2025-05-09 00:21:32 +08:00
[LA64_DYNAREC] Added xSavedSP to emitter for later use
This commit is contained in:
parent
e49728aa82
commit
67006f2809
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user