mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
tcg/ppc: Fix build of tcg_qemu_tb_exec()
Commit 0b0d3320db
(TCG: Final globals
clean-up) moved code_gen_prologue but forgot to update ppc code.
This broke the build on 32-bit ppc. ppc64 is unaffected.
Cc: Evgeny Voevodin <evgenyvoevodin@gmail.com>
Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
05499f4b9f
commit
be96bd3fbf
1 changed files with 1 additions and 1 deletions
|
@ -99,6 +99,6 @@ typedef enum {
|
|||
|
||||
#define tcg_qemu_tb_exec(env, tb_ptr) \
|
||||
((long __attribute__ ((longcall)) \
|
||||
(*)(void *, void *))code_gen_prologue)(env, tb_ptr)
|
||||
(*)(void *, void *))tcg_ctx.code_gen_prologue)(env, tb_ptr)
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue