about summary refs log tree commit diff stats
path: root/src/include/bridge.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A few cosmetic fixes (#858)Alexandre Julliard2023-06-241-4/+4
| | | | | | | | | | | | | | | | | | | | | * [DYNAREC] Don't include pthread.h in C files. It's already included from box64context.h. Since there's no pthread.h on Win32, including it only once avoids having to add ifdefs everywhere. * [DYNAREC] Remove some duplicate definitions of the GETG helper macros. * Declare void functions with an explicit void. To avoid 'function declaration is not a prototype' warnings when using -Wstrict-prototypes. * Avoid including bridge_private.h in files that don't need it. * Avoid defining ZYDIS_RUNTIME_ADDRESS_NONE. It's not used, and conflicts with the original Zydis headers.
* Add some support vor VSyscallptitSeb2021-09-021-0/+2
|
* Better functions name resolving when using TRACE, and fixed some printf ↵ptitSeb2021-03-101-2/+9
| | | | stuff again
* Added bridge handlingptitSeb2021-03-021-0/+25