about summary refs log tree commit diff stats
path: root/src/tools/callback.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-3/+3
* [INTERPRETER] Some cleanup on base logic/math/shift operationsptitSeb2024-11-151-6/+0
* [BOX32] Reworked alignment for 32bits stacksptitSeb2024-10-131-2/+3
* [BOX32] More wrapped function and a few fixes for steamclient.so (still crash...ptitSeb2024-09-011-1/+1
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-84/+222
* Saved defered flag status when processing signal / foreign functionptitSeb2023-11-171-1/+15
* Improved jmpbuff handling a bitptitSeb2023-08-131-3/+3
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | Fixed previous commitptitSeb2023-07-091-3/+2
* | Removed useless box64context_t parameter to RunFunction and friendptitSeb2023-07-091-13/+7
* | Introduced RunFunctionFmt (should help RV64 and other signe extended platform...ptitSeb2023-04-281-0/+93
|/
* Also needed a RunFunctionWindows, following the Windows Calling Convention (a...ptitSeb2023-02-121-0/+44
* Malloc override (#437)ptitSeb2022-10-291-0/+62
* Fixed RunFunction and DynaCall/EmuCall with stack argumentsptitSeb2022-03-251-8/+23
* Fixed some nasty copypasta on EmuCallptitSeb2021-09-191-4/+4
* First passrajdakin2021-04-141-0/+2
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-0/+86