projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82bb07d
)
tcg-i386: declare tcg_out_tlb_load() inline
author
Aurelien Jarno
<aurelien@aurel32.net>
Tue, 1 Jun 2010 11:55:18 +0000
(13:55 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Wed, 2 Jun 2010 20:51:06 +0000
(22:51 +0200)
Declare tcg_out_tlb_load() inline so that we don't loose optimisations
with commit
8516a04467cb7954cdc32e8b79b4b7df56dccb16
.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/i386/tcg-target.c
patch
|
blob
|
history
diff --git
a/tcg/i386/tcg-target.c
b/tcg/i386/tcg-target.c
index 8a9122c3959cae98e963a269e87b6a441a7c6ab1..e16557e31aa4efa571b586a2e1b00bd723d2076c 100644
(file)
--- a/
tcg/i386/tcg-target.c
+++ b/
tcg/i386/tcg-target.c
@@
-724,9
+724,10
@@
static void *qemu_st_helpers[4] = {
EDX is clobbered. */
-static void tcg_out_tlb_load(TCGContext *s, int addrlo_idx, int mem_index,
- int s_bits, const TCGArg *args,
- uint8_t **label_ptr, int which)
+static inline void tcg_out_tlb_load(TCGContext *s, int addrlo_idx,
+ int mem_index, int s_bits,
+ const TCGArg *args
+ uint8_t **label_ptr, int which)
{
const int addrlo = args[addrlo_idx];
const int r0 = TCG_REG_EAX;