mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -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
6
osdep.h
6
osdep.h
|
@ -70,12 +70,6 @@
|
|||
#define inline always_inline
|
||||
#endif
|
||||
|
||||
#ifdef __i386__
|
||||
#define REGPARM __attribute((regparm(3)))
|
||||
#else
|
||||
#define REGPARM
|
||||
#endif
|
||||
|
||||
#define qemu_printf printf
|
||||
|
||||
int qemu_daemon(int nochdir, int noclose);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue