implemented thiscall by copying logic from fastcall
commit3b943bec5de423e234b5f92d9a8f110ad66a85a1
authorGynt <Gynt@users.noreply.github.com>
Mon, 3 Jun 2024 11:52:34 +0000 (3 13:52 +0200)
committerGynt <Gynt@users.noreply.github.com>
Mon, 3 Jun 2024 11:56:32 +0000 (3 13:56 +0200)
tree3c7fd4f944e9417b6bf2c95c21c9e8c9ee671b11
parent8cd21e91ccee3baf15ad2f8cba9cbc4b618695a0
implemented thiscall by copying logic from fastcall

implemented improved thiscall by using mov ecx instead of pop ecx

include __thiscall and __thiscall__ as aliases

remove fake line in test
i386-gen.c
tcc.h
tccgen.c
tcctok.h
tests/thiscall/thiscall-test.c [new file with mode: 0644]