Files
Xenia-Canary/src/xenia/kernel
Joel Linn c0fb300a05 [Kernel] Remove explicit SHIM calling convention
Shim exports are called from GuestToHostThunk which dictates the calling
convention. The default system calling convention is different depending
on OS (Windows vs. everything else) and architecture. PR #1339 addresses
this for x64 Linux.
There is no reason for explicit `__cdecl`. Also, it is not available in
GCC. We could use `__attribute__((ms_abi))` or
`__attribute__((sysv_abi))` but that just adds complexity.
2021-06-02 22:28:43 -05:00
..
2021-06-02 22:28:43 -05:00
2021-06-02 22:28:43 -05:00
2020-04-07 16:09:41 -05:00
2021-06-02 22:28:43 -05:00
2021-06-02 22:28:43 -05:00
2020-04-07 16:09:41 -05:00
2021-06-02 22:28:43 -05:00
2020-04-07 16:09:41 -05:00
2021-01-31 23:22:59 -06:00
2020-11-22 20:34:07 -06:00
2020-11-22 20:34:07 -06:00
2021-06-02 22:28:43 -05:00
2021-06-02 22:28:43 -05:00
2020-11-22 20:34:07 -06:00
2020-11-22 20:34:07 -06:00
2021-06-02 22:28:43 -05:00
2021-06-02 22:28:43 -05:00
2020-11-22 20:34:07 -06:00
2020-11-22 20:34:07 -06:00
2020-11-22 20:34:07 -06:00
2020-11-22 20:34:07 -06:00
2021-06-02 22:28:43 -05:00
2021-06-02 22:28:43 -05:00
2020-11-22 20:34:07 -06:00
2020-11-22 20:34:07 -06:00