projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
907a5b2
)
dummy label to avoid gcc optimisations
author
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 30 Jun 2003 23:18:59 +0000
(23:18 +0000)
committer
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 30 Jun 2003 23:18:59 +0000
(23:18 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@301
c046a42c
-6fe2-441c-8c8c-
71466251a162
exec.h
patch
|
blob
|
history
diff --git
a/exec.h
b/exec.h
index bd36453ba2b700dcf6eae6fec12e2e6c12fbef54..92b248db0342af84d6c9a59329573e125ee00ea9 100644
(file)
--- a/
exec.h
+++ b/
exec.h
@@
-219,10
+219,12
@@
label ## n:\
#define JUMP_TB(tbparam, n, eip)\
do {\
static void __attribute__((unused)) *__op_label ## n = &&label ## n;\
+ static void __attribute__((unused)) *dummy ## n = &&dummy_label ## n;\
goto *(void *)(((TranslationBlock *)tbparam)->tb_next[n]);\
label ## n:\
T0 = (long)(tbparam) + (n);\
EIP = eip;\
+dummy_label ## n:\
} while (0)
#endif