mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
i386: Remove REGPARM
Use stack based calling convention (GCC default) for interfacing with generated code instead of register based convention (regparm(3)). Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
361dea401f
commit
6a18ae2d29
7 changed files with 77 additions and 104 deletions
|
@ -98,5 +98,5 @@ typedef enum {
|
|||
#define TCG_TARGET_HAS_GUEST_BASE
|
||||
|
||||
#define tcg_qemu_tb_exec(env, tb_ptr) \
|
||||
((long REGPARM __attribute__ ((longcall)) \
|
||||
((long __attribute__ ((longcall)) \
|
||||
(*)(void *, void *))code_gen_prologue)(env, tb_ptr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue