projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43fff23
)
added return for ARM case (may be incorrect - need checking)
author
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 9 Jul 2003 19:41:41 +0000
(19:41 +0000)
committer
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 9 Jul 2003 19:41:41 +0000
(19:41 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@319
c046a42c
-6fe2-441c-8c8c-
71466251a162
exec.h
patch
|
blob
|
history
diff --git
a/exec.h
b/exec.h
index 1f46e4a469f317a1eab51d85615b2b86a9f50561..0241292922cba1f012cef8cb03eb3022c73e290d 100644
(file)
--- a/
exec.h
+++ b/
exec.h
@@
-225,6
+225,7
@@
label ## n:\
T0 = (long)(tbparam) + (n);\
EIP = eip;\
dummy_label ## n:\
+ return;\
} while (0)
#endif