mirror of
https://github.com/frida/tinycc
synced 2024-11-25 09:10:53 +03:00
bfd1c08d6c
- call RtlDeleteFunctionTable (important for multiple compilations) - the RUNTIME_FUNCTION* is now at the beginning of the runtime memory. Therefor when tcc_relocate is called with user memory, this should be done manually before it is free'd: RtlDeleteFunctionTable(*(void**)user_mem); [ free(user_mem); ] - x86_64-gen.c: expand char/short return values to int |
||
---|---|---|
.. | ||
chkstk.S | ||
crt1.c | ||
dllcrt1.c | ||
dllmain.c | ||
gdi32.def | ||
kernel32.def | ||
msvcrt.def | ||
user32.def | ||
wincrt1.c |